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.
This commit is contained in:
parent
4f1ffb5cb1
commit
6a77cb4211
|
@ -186,7 +186,7 @@ public class SmokeTestWatcherWithSecurityIT extends ESRestTestCase {
|
|||
assertThat(conditionMet, is(false));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29893")
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33320")
|
||||
public void testSearchTransformHasPermissions() throws Exception {
|
||||
try (XContentBuilder builder = jsonBuilder()) {
|
||||
builder.startObject();
|
||||
|
@ -269,7 +269,7 @@ public class SmokeTestWatcherWithSecurityIT extends ESRestTestCase {
|
|||
assertThat(spam, is("eggs"));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30777")
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33320")
|
||||
public void testIndexActionInsufficientPrivileges() throws Exception {
|
||||
try (XContentBuilder builder = jsonBuilder()) {
|
||||
builder.startObject();
|
||||
|
|
Loading…
Reference in New Issue