skip flaky test (#29254)

This commit is contained in:
spalger 2019-07-11 14:02:24 -07:00
parent bfee75ea6c
commit 3e6d9d2157

View file

@ -24,7 +24,8 @@ export default function ({ getService }) {
expect(body.usage).to.be(undefined); expect(body.usage).to.be(undefined);
}); });
it('should return 401 for extended', async () => { // FLAKY: https://github.com/elastic/kibana/issues/29254
it.skip('should return 401 for extended', async () => {
await supertestNoAuth await supertestNoAuth
.get('/api/stats?extended') .get('/api/stats?extended')
.expect(401); // unauthorized .expect(401); // unauthorized