Skip to content

Commit ec3fdcc

Browse files
authored
Skip other flaky test (opensearch-project#379)
1 parent d45a939 commit ec3fdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cypress/integration/ad/detectorList/detector_list.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ context('Detector list', () => {
139139
cy.contains('Successfully stopped all selected detectors');
140140
});
141141

142-
it('Delete single detector', () => {
142+
it.skip('Delete single detector', () => {
143143
cy.mockGetDetectorOnAction('single_stopped_detector_response.json', () => {
144144
cy.visit(buildAdAppUrl(DETECTORS));
145145
});

0 commit comments

Comments
 (0)