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

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' });