Skip to content

Commit 37568a3

Browse files
authored
chore: Remove unused nightly test runs script and task (#3147)
1 parent 9c96c87 commit 37568a3

File tree

2 files changed

+0
-113
lines changed

2 files changed

+0
-113
lines changed

configuration/instrumentation-tests.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,6 @@ subprojects {
4141
}
4242
}
4343
}
44-
task runNightlyTestsInDeviceFarmPool {
45-
dependsOn(assembleAndroidTest)
46-
doLast {
47-
exec {
48-
commandLine("$rootDir.path/scripts/run_nightly_tests_in_devicefarm_pool.sh")
49-
args([project.name])
50-
}
51-
}
52-
}
5344
task runCanaryInDeviceFarm {
5445
dependsOn(assembleAndroidTest)
5546
doLast {

scripts/run_nightly_tests_in_devicefarm_pool.sh

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)