mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Uptime] Skip failing location test temporarily (#60940)
This commit is contained in:
parent
e7d8010ded
commit
5f52be4d60
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue