Skip to content

Commit

Permalink
reverted limited runfile and udpated bug num and skipped the test bec…
Browse files Browse the repository at this point in the history
…asue of open bug
  • Loading branch information
“NandanAnantharamu” committed Sep 16, 2024
1 parent d8afece commit 12ca3b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ describe(
});
});

//This test is failing because of this bug #18403
it.skip("2. Verify if schema was fetched once #18403", () => {
//This test is failing because of this bug #36348
it.skip("2. Verify if schema was fetched once #36348", () => {
agHelper.RefreshPage();
EditorNavigation.SelectEntityByName(
dataSourceName,
Expand Down
2 changes: 1 addition & 1 deletion app/client/cypress/limited-tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# To run only limited tests - give the spec names in below format:
cypress/e2e/Regression/ClientSide/BugTests/DatasourceSchema_spec.ts
cypress/e2e/Regression/ClientSide/Templates/Fork_Template_spec.js

# For running all specs - uncomment below:
#cypress/e2e/**/**/*
Expand Down

0 comments on commit 12ca3b6

Please sign in to comment.