Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: influxdata/influxdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b67c10b5e10afc97290d9f85b06e75ee82128a4c
Choose a base ref
..
head repository: influxdata/influxdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 56f35486bbcb2824ef08d7fbbc3825bd2138144c
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +3 −1 ui/cypress/e2e/queryBuilder.test.ts
4 changes: 3 additions & 1 deletion ui/cypress/e2e/queryBuilder.test.ts
Original file line number Diff line number Diff line change
@@ -90,7 +90,9 @@ describe('The Query Builder', () => {
})
})

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