Skip to content

Commit

Permalink
fix(ui): readded test skipping in favor of Bucky's changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asalem1 committed Jan 6, 2020
1 parent 939b0cd commit 277bb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/cypress/e2e/explorer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ describe('DataExplorer', () => {
})
})

describe('raw script editing', () => {
describe.skip('raw script editing', () => {
beforeEach(() => {
cy.getByTestID('switch-to-script-editor').click()
})
Expand Down

0 comments on commit 277bb4e

Please sign in to comment.