Skip to content

Commit

Permalink
Revert "Mute TokenAuthIntegTests.testExpiredTokensDeletedAfterExpirat…
Browse files Browse the repository at this point in the history
…ion (#39690)"

This reverts commit 2c10c93.
  • Loading branch information
jkakavas committed Mar 15, 2019
1 parent 2891be0 commit 0ee1fec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ public void testTokenServiceCanRotateKeys() throws Exception {
}

@TestLogging("org.elasticsearch.xpack.security.authc:DEBUG")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39581")
public void testExpiredTokensDeletedAfterExpiration() throws Exception {
final Client client = client().filterWithHeader(Collections.singletonMap("Authorization",
UsernamePasswordToken.basicAuthHeaderValue(SecuritySettingsSource.TEST_SUPERUSER,
Expand Down

0 comments on commit 0ee1fec

Please sign in to comment.