Turning off flaky link tests (#6141)

This commit is contained in:
michellethomas 2018-10-18 12:02:59 -07:00 committed by GitHub
parent 0aa6d90429
commit 7d0a17aef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ describe('Test explore links', () => {
});
});
it('Test chart save as', () => {
xit('Test chart save as', () => {
const formData = {
...HEALTH_POP_FORM_DATA_DEFAULTS,
viz_type: 'table',
@ -79,7 +79,7 @@ describe('Test explore links', () => {
});
});
it('Test chart save', () => {
xit('Test chart save', () => {
const chartName = 'Test chart';
cy.visitChartByName(chartName);
cy.verifySliceSuccess({ waitAlias: '@getJson' });