Skip to content

Commit 01bed93

Browse files
authored
Change: Enable Gradle Managed Device usage on CI (#106)
1 parent 93e261a commit 01bed93

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

plugin/src/test/kotlin/org/neotech/plugin/rootcoverage/IntegrationTest.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ class IntegrationTest(
3333

3434
@Before
3535
fun before() {
36-
// Ignore tests that require Gradle Managed Devices on CI (because GitHub Actions does not seem to support these well).
37-
val isGradleManagedDeviceTest =
38-
configuration.pluginConfiguration.getPropertyValue("runOnGradleManagedDevices")?.toBoolean() ?: false
39-
Assume.assumeFalse(System.getenv("GITHUB_ACTIONS") != null && isGradleManagedDeviceTest)
40-
4136
Assume.assumeFalse(configuration.ignore)
4237
}
4338

0 commit comments

Comments
 (0)