Skip to content

Commit 0656a33

Browse files
committed
Remove reference to removed bats test tasks
The oss and default bats tests were removed, but these references to them remained, causing gradle failures when trying to run packaging tests. While the upgrade and plugins bats tests should still be tested, that is being handled in #51565. This commit removes the outdated references. closes #51974
1 parent 5b32d11 commit 0656a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/os/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ processTestResources {
6767

6868
subprojects { Project platformProject ->
6969
tasks.register('packagingTest') {
70-
dependsOn 'distroTest', 'batsTest.oss', 'batsTest.default'
70+
dependsOn 'distroTest'
7171
}
7272

7373
vagrant {

0 commit comments

Comments
 (0)