This is an automated email from the ASF dual-hosted git repository.

graceguo 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 36e2ddd  disable dashboard test (#6008)
36e2ddd is described below

commit 36e2ddd8bf32bacabe468362252e5157463244c3
Author: Krist Wongsuphasawat <[email protected]>
AuthorDate: Fri Sep 28 16:57:52 2018 -0700

    disable dashboard test (#6008)
---
 superset/assets/cypress/integration/dashboard/dashboard_tests.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/assets/cypress/integration/dashboard/dashboard_tests.js 
b/superset/assets/cypress/integration/dashboard/dashboard_tests.js
index efe6999..75e84b7 100644
--- a/superset/assets/cypress/integration/dashboard/dashboard_tests.js
+++ b/superset/assets/cypress/integration/dashboard/dashboard_tests.js
@@ -1,5 +1,5 @@
 describe('Load dashboard', () => {
-  it('Load birth names dashboard', () => {
+  xit('Load birth names dashboard', () => {
     cy.server();
     cy.login();
     // go to the dashboard and get list of slices first

Reply via email to