From 7906525ac0bdb25b159b26d96718226a2ecc4702 Mon Sep 17 00:00:00 2001 From: Nhat Nguyen Date: Wed, 6 Feb 2019 18:01:50 -0500 Subject: [PATCH] Mute testExpiredApiKeysDeletedAfter1Week Tracked: #38408 --- .../org/elasticsearch/xpack/security/authc/ApiKeyIntegTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ApiKeyIntegTests.java b/x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ApiKeyIntegTests.java index 69e008f60c696..a78770a891269 100644 --- a/x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ApiKeyIntegTests.java +++ b/x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ApiKeyIntegTests.java @@ -332,6 +332,7 @@ public void testInvalidatedApiKeysDeletedByRemover() throws Exception { }, 30, TimeUnit.SECONDS); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38408") public void testExpiredApiKeysDeletedAfter1Week() throws Exception { List responses = createApiKeys(2, null); Instant created = Instant.now();