Skip to content

Commit

Permalink
Revert "skip flaky suite (#123498)"
Browse files Browse the repository at this point in the history
This reverts commit 67706ca.
  • Loading branch information
brianseeders committed Jan 20, 2022
1 parent 67706ca commit 7740a5d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ export default function ({ getService }: FtrProviderContext) {
}
});

// FLAKY: https://github.com/elastic/kibana/issues/123498
describe.skip('and user DOES NOT have authorization to manage endpoint security', () => {
describe('and user DOES NOT have authorization to manage endpoint security', () => {
for (const trustedAppApiCall of trustedAppApiCalls) {
it(`should error on [${trustedAppApiCall.method}]`, async () => {
await supertestWithoutAuth[trustedAppApiCall.method](trustedAppApiCall.path)
Expand Down

0 comments on commit 7740a5d

Please sign in to comment.