We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148ceb2 commit d15c863Copy full SHA for d15c863
qa/rolling-upgrade/build.gradle
@@ -31,13 +31,6 @@ tasks.register("bcUpgradeTest", StandaloneRestIntegTestTask) {
31
usesBwcDistribution(Version.fromString("0.0.0"))
32
systemProperty("tests.old_cluster_version", "0.0.0")
33
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
- }
41
}
42
43
tasks.withType(Test).configureEach {
0 commit comments