Skip to content

Commit 7e12417

Browse files
committed
Awaits fix a failing test
This test can not pass on 6.x It is expecting some deprecation messages to be brought back on some REST tests yet it appears these particular messages never appear in production code. This commit awaits fixes these tests.
1 parent c350c22 commit 7e12417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/repository-gcs/src/test/java/org/elasticsearch/repositories/gcs/GoogleCloudStorageRepositoryDeprecationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
public class GoogleCloudStorageRepositoryDeprecationTests extends ESTestCase {
3333

34+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30638")
3435
public void testDeprecatedSettings() throws Exception {
3536
final Settings repositorySettings = Settings.builder()
3637
.put("bucket", "test")

0 commit comments

Comments
 (0)