File tree 1 file changed +2
-10
lines changed
buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -547,11 +547,7 @@ class VagrantTestPlugin implements Plugin<Project> {
547
547
project. gradle. removeListener(batsPackagingReproListener)
548
548
}
549
549
if (project. extensions. esvagrant. boxes. contains(box)) {
550
- // these tests are temporarily disabled for suse boxes while we debug an issue
551
- // https://github.com/elastic/elasticsearch/issues/30295
552
- if (box. equals(" opensuse-42" ) == false && box. equals(" sles-12" ) == false ) {
553
- packagingTest. dependsOn(batsPackagingTest)
554
- }
550
+ packagingTest. dependsOn(batsPackagingTest)
555
551
}
556
552
}
557
553
@@ -590,11 +586,7 @@ class VagrantTestPlugin implements Plugin<Project> {
590
586
project. gradle. removeListener(javaPackagingReproListener)
591
587
}
592
588
if (project. extensions. esvagrant. boxes. contains(box)) {
593
- // these tests are temporarily disabled for suse boxes while we debug an issue
594
- // https://github.com/elastic/elasticsearch/issues/30295
595
- if (box. equals(" opensuse-42" ) == false && box. equals(" sles-12" ) == false ) {
596
- packagingTest. dependsOn(javaPackagingTest)
597
- }
589
+ packagingTest. dependsOn(javaPackagingTest)
598
590
}
599
591
600
592
/*
You can’t perform that action at this time.
0 commit comments