This is an automated email from the ASF dual-hosted git repository.
michellet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 7d0a17a Turning off flaky link tests (#6141)
7d0a17a is described below
commit 7d0a17aef532d85d3d4f37fd4fcf381e39b378c0
Author: michellethomas <[email protected]>
AuthorDate: Thu Oct 18 12:02:59 2018 -0700
Turning off flaky link tests (#6141)
---
superset/assets/cypress/integration/explore/link.test.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/superset/assets/cypress/integration/explore/link.test.js
b/superset/assets/cypress/integration/explore/link.test.js
index 3487410..d82dc60 100644
--- a/superset/assets/cypress/integration/explore/link.test.js
+++ b/superset/assets/cypress/integration/explore/link.test.js
@@ -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' });