We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d401c90 commit d45a939Copy full SHA for d45a939
.cypress/integration/ad/workflow/create_detector.spec.ts
@@ -16,7 +16,7 @@ import { CREATE_AD } from '../../../utils/constants';
16
import { buildAdAppUrl } from '../../../utils/helpers';
17
18
context('Create detector', () => {
19
- it('Create detector - from dashboard', () => {
+ it.skip('Create detector - from dashboard', () => {
20
cy.mockSearchIndexOnAction('search_index_response.json', () => {
21
cy.visit(buildAdAppUrl(CREATE_AD));
22
});
0 commit comments