Skip to content

Commit 67777ea

Browse files
- skipping cypress tests in x-pack/plugins/security_solution/cypress/integration/timeline_data_providers.spec.ts
1 parent ee4b05e commit 67777ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/security_solution/cypress/integration/timeline_data_providers.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { createNewTimeline } from '../tasks/timeline';
2424

2525
import { HOSTS_URL } from '../urls/navigation';
2626

27-
describe('timeline data providers', () => {
27+
describe.skip('timeline data providers', () => {
2828
before(() => {
2929
loginAndWaitForPage(HOSTS_URL);
3030
waitForAllHostsToBeLoaded();

0 commit comments

Comments
 (0)