Skip to content

Commit 6a77cb4

Browse files
committed
Fix AwaitsFix issue number
In the previous commit where SmokeTestWatcherWithSecurityIT tests were muted, I added the incorrect issue numbers. This commit fixes this. The issue for the tests is #33320.
1 parent 4f1ffb5 commit 6a77cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/qa/smoke-test-watcher-with-security/src/test/java/org/elasticsearch/smoketest/SmokeTestWatcherWithSecurityIT.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public void testSearchInputWithInsufficientPrivileges() throws Exception {
186186
assertThat(conditionMet, is(false));
187187
}
188188

189-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29893")
189+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33320")
190190
public void testSearchTransformHasPermissions() throws Exception {
191191
try (XContentBuilder builder = jsonBuilder()) {
192192
builder.startObject();
@@ -269,7 +269,7 @@ public void testIndexActionHasPermissions() throws Exception {
269269
assertThat(spam, is("eggs"));
270270
}
271271

272-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30777")
272+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33320")
273273
public void testIndexActionInsufficientPrivileges() throws Exception {
274274
try (XContentBuilder builder = jsonBuilder()) {
275275
builder.startObject();

0 commit comments

Comments
 (0)