Skip to content

Commit

Permalink
test: add more queryBuilder e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hoorayimhelping committed Jan 7, 2020
1 parent 56f3548 commit b67c10b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ui/cypress/e2e/queryBuilder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,7 @@ describe('The Query Builder', () => {
})
})

// This is flaky in prod
// https://circleci.com/gh/influxdata/influxdb/74628#artifacts/containers/0
describe.skip('from the Dashboard view', () => {
describe('from the Dashboard view', () => {
beforeEach(() => {
cy.get('@org').then((org: Organization) => {
cy.createDashboard(org.id).then(({body}) => {
Expand Down

0 comments on commit b67c10b

Please sign in to comment.