Skip to content

Commit

Permalink
[Endpoint] skip broken test (#66599)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Austin authored May 14, 2020
1 parent f38e603 commit 8652bed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
expect(noItemsFoundMessage).to.equal('No items found');
});

describe('and policies exists', () => {
xdescribe('and policies exists', () => {
let policyInfo: PolicyTestResourceInfo;

before(async () => {
Expand Down

0 comments on commit 8652bed

Please sign in to comment.