[TEST] Mute failing test: SSLTrustRestrictionsTests testRestrictionsAreReloaded
See elastic/x-pack-elasticsearch#2007 Original commit: elastic/x-pack-elasticsearch@1deb4a7162
This commit is contained in:
parent
6b4468ea5c
commit
8365038584
|
@ -156,6 +156,8 @@ public class SSLTrustRestrictionsTests extends SecurityIntegTestCase {
|
||||||
// expected
|
// expected
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/2007")
|
||||||
public void testRestrictionsAreReloaded() throws Exception {
|
public void testRestrictionsAreReloaded() throws Exception {
|
||||||
writeRestrictions("*");
|
writeRestrictions("*");
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue