Skip to content

Commit d969772

Browse files
committed
Disable SLMSnapshotBlockingIntegTests#testSnapshotInProgress (#47775)
This test fails constantly in master and prs. Relates #47689
1 parent 43dc72f commit d969772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ilm/src/test/java/org/elasticsearch/xpack/slm/SLMSnapshotBlockingIntegTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ protected Settings transportClientSettings() {
117117
return settings.build();
118118
}
119119

120-
120+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47689")
121121
public void testSnapshotInProgress() throws Exception {
122122
final String indexName = "test";
123123
final String policyName = "test-policy";

0 commit comments

Comments
 (0)