Skip to content

Commit 71e9421

Browse files
committed
remove exclude
1 parent 489fcef commit 71e9421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/rolling-upgrade/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tasks.register("bcUpgradeTest", StandaloneRestIntegTestTask) {
3535
filter {
3636
// TODO (ES-12010) investigate these test failures
3737
excludeTestsMatching("org.elasticsearch.upgrades.FeatureUpgradeIT")
38-
excludeTestsMatching("org.elasticsearch.upgrades.LogsUsageRollingUpgradeIT")
38+
//excludeTestsMatching("org.elasticsearch.upgrades.LogsUsageRollingUpgradeIT")
3939
excludeTestsMatching("org.elasticsearch.upgrades.SnapshotBasedRecoveryIT")
4040
}
4141
}

0 commit comments

Comments
 (0)