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 489fcef commit 71e9421Copy full SHA for 71e9421
qa/rolling-upgrade/build.gradle
@@ -35,7 +35,7 @@ tasks.register("bcUpgradeTest", StandaloneRestIntegTestTask) {
35
filter {
36
// TODO (ES-12010) investigate these test failures
37
excludeTestsMatching("org.elasticsearch.upgrades.FeatureUpgradeIT")
38
- excludeTestsMatching("org.elasticsearch.upgrades.LogsUsageRollingUpgradeIT")
+ //excludeTestsMatching("org.elasticsearch.upgrades.LogsUsageRollingUpgradeIT")
39
excludeTestsMatching("org.elasticsearch.upgrades.SnapshotBasedRecoveryIT")
40
}
41
0 commit comments