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
This commit is contained in:
Ryan Ernst 2020-02-15 10:17:23 -08:00
parent 5b32d112e1
commit 0656a33d62
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ processTestResources {
subprojects { Project platformProject ->
tasks.register('packagingTest') {
dependsOn 'distroTest', 'batsTest.oss', 'batsTest.default'
dependsOn 'distroTest'
}
vagrant {