From d028d648ba5202429eaf9ce2ebb92751502317fa Mon Sep 17 00:00:00 2001 From: ti-srebot <66930949+ti-srebot@users.noreply.github.com> Date: Sun, 28 Jun 2020 18:26:34 +0800 Subject: [PATCH] Skip duplicated e2e case (#2825) (#2826) Signed-off-by: ti-srebot Co-authored-by: Song Gao --- tests/e2e/tidbcluster/serial.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/tidbcluster/serial.go b/tests/e2e/tidbcluster/serial.go index e5f9f1dc54..216c7703bd 100644 --- a/tests/e2e/tidbcluster/serial.go +++ b/tests/e2e/tidbcluster/serial.go @@ -1033,6 +1033,7 @@ var _ = ginkgo.Describe("[tidb-operator][Serial]", func() { }) ginkgo.It("basic deployment", func() { + framework.Skipf("duplicated test") tcName := "basic" cluster := newTidbClusterConfig(e2econfig.TestConfig, ns, tcName, "", utilimage.TiDBV3Version) cluster.Resources["pd.replicas"] = "1"