Skip to content

Commit 60ee1e2

Browse files
authored
fix: skip most flaky tests under old qx-team purview. (#6322)
1 parent c8eab17 commit 60ee1e2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cypress/e2e/shared/flowsSidebarExportToClipboard.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describe('Flows Copy To Clipboard', () => {
121121
})
122122
})
123123

124-
it('Export to Clipboard as Code', () => {
124+
it.skip('Export to Clipboard as Code', () => {
125125
const query = 'buckets()'
126126

127127
createEmptyNotebook()

cypress/e2e/shared/fluxQueryBuilder.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,8 @@ describe('Script Builder', () => {
509509
})
510510

511511
describe('conditions for divergence:', () => {
512-
it('diverges when typing in composition block', () => {
512+
// only flakes in OSS. But skip for now, debug later.
513+
it.skip('diverges when typing in composition block', () => {
513514
cy.getByTestID('flux-sync--toggle').should('have.class', 'active')
514515
cy.getByTestID('flux-editor', {timeout: 30000})
515516
selectSchema()

0 commit comments

Comments
 (0)