Skip to content

Commit 4b09397

Browse files
committed
Only skip creator
Signed-off-by: Lin Wang <[email protected]>
1 parent f1844dc commit 4b09397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/integration/plugins/dashboards-assistant/mds_query_enhancements_suggest_anomaly_detector_spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const testSuggestAD = (url) => {
8888
.click();
8989
});
9090

91-
it.only('test before and after', () => {
91+
it('test before and after', () => {
9292
cy.get('button[aria-label="OpenSearch assistant trigger button"]', {
9393
timeout: 60000,
9494
}).click();
@@ -226,7 +226,7 @@ const testSuggestAD = (url) => {
226226
cy.wait('@startDetector');
227227
});
228228

229-
it('should create detector successfully', () => {
229+
it.skip('should create detector successfully', () => {
230230
cy.get('button[aria-label="OpenSearch assistant trigger button"]', {
231231
timeout: 60000,
232232
}).click();

0 commit comments

Comments
 (0)