[Uptime] Skip failing location test temporarily (#60940)

This commit is contained in:
Andrew Cholakian 2020-03-23 11:55:33 -05:00 committed by GitHub
parent e7d8010ded
commit 5f52be4d60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ import { FtrProviderContext } from '../../ftr_provider_context';
export default ({ getPageObjects, getService }: FtrProviderContext) => {
const pageObjects = getPageObjects(['uptime']);
describe('location', () => {
describe.skip('location', () => {
const start = new Date().toISOString();
const end = new Date().toISOString();