Skip to content

Commit d15c863

Browse files
committed
do not filter re-worked tests
1 parent 148ceb2 commit d15c863

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

qa/rolling-upgrade/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ tasks.register("bcUpgradeTest", StandaloneRestIntegTestTask) {
3131
usesBwcDistribution(Version.fromString("0.0.0"))
3232
systemProperty("tests.old_cluster_version", "0.0.0")
3333
onlyIf("tests.bwc.main.version system property exists") { System.getProperty("tests.bwc.main.version") != null }
34-
35-
filter {
36-
// TODO (ES-12010) investigate these test failures
37-
excludeTestsMatching("org.elasticsearch.upgrades.FeatureUpgradeIT")
38-
//excludeTestsMatching("org.elasticsearch.upgrades.LogsUsageRollingUpgradeIT")
39-
excludeTestsMatching("org.elasticsearch.upgrades.SnapshotBasedRecoveryIT")
40-
}
4134
}
4235

4336
tasks.withType(Test).configureEach {

0 commit comments

Comments
 (0)