From commits-return-1690-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Tue Oct 16 21:20:15 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A3294180649 for ; Tue, 16 Oct 2018 21:20:14 +0200 (CEST) Received: (qmail 65423 invoked by uid 500); 16 Oct 2018 19:20:13 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 65414 invoked by uid 99); 16 Oct 2018 19:20:13 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2018 19:20:13 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 4549E8291D; Tue, 16 Oct 2018 19:20:13 +0000 (UTC) Date: Tue, 16 Oct 2018 19:20:13 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: This control test is flaky and affecting travis runs, turning it off for now (#6121) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153971761302.17359.16604060354245620357@gitbox.apache.org> From: michellet@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b4a19833035393857b11e0aec3ce62c6e0681dd1 X-Git-Newrev: 7d49255926bb8941cbef090abdccffcedbff1e39 X-Git-Rev: 7d49255926bb8941cbef090abdccffcedbff1e39 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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');