Skip to content

Commit

Permalink
temporary skip integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Jul 14, 2022
1 parent ad1d23f commit 52ce1bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { HEALTH_POP_FORM_DATA_DEFAULTS } from './visualizations/shared.helper';
const apiURL = (endpoint: string, queryObject: Record<string, unknown>) =>
`${endpoint}?q=${rison.encode(queryObject)}`;

describe('Test explore links', () => {
describe.skip('Test explore links', () => {
beforeEach(() => {
cy.login();
interceptChart({ legacy: true }).as('chartData');
Expand Down

0 comments on commit 52ce1bf

Please sign in to comment.