Skip to content

Commit a9cd890

Browse files
test: Temporarily skip DBaaS update tests (#13185)
* Skip DBaaS update tests * Added changeset: Temporarily disable DBaaS update tests
1 parent af118d3 commit a9cd890

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@linode/manager": Tests
3+
---
4+
5+
Temporarily disable DBaaS update tests ([#13185](https://github.com/linode/manager/pull/13185))

packages/manager/cypress/e2e/core/databases/update-database.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ const validateActionItems = (state: string, label: string) => {
342342
cy.get('body').click(0, 0);
343343
};
344344

345-
describe('Update database clusters', () => {
345+
// eslint-disable-next-line sonarjs/no-skipped-tests
346+
describe.skip('Update database clusters', () => {
346347
beforeEach(() => {
347348
mockAppendFeatureFlags({
348349
databaseVpc: true,

0 commit comments

Comments
 (0)