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 7d49255 This control test is flaky and affecting travis runs, turning
it off for now (#6121)
7d49255 is described below
commit 7d49255926bb8941cbef090abdccffcedbff1e39
Author: michellethomas <[email protected]>
AuthorDate: Tue Oct 16 12:20:07 2018 -0700
This control test is flaky and affecting travis runs, turning it off for
now (#6121)
---
superset/assets/cypress/integration/explore/control.test.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/assets/cypress/integration/explore/control.test.js
b/superset/assets/cypress/integration/explore/control.test.js
index 2efa7b9..5f37973 100644
--- a/superset/assets/cypress/integration/explore/control.test.js
+++ b/superset/assets/cypress/integration/explore/control.test.js
@@ -61,7 +61,7 @@ describe('AdhocMetrics', () => {
});
});
- it('Clear metric and set custom sql adhoc metric', () => {
+ xit('Clear metric and set custom sql adhoc metric', () => {
const metric = 'SUM(num)/COUNT(DISTINCT name)';
cy.visitChartByName('Num Births Trend');