From 6638eed6963539e1669b120c70969a1eb94484aa Mon Sep 17 00:00:00 2001 From: Ben Parees Date: Mon, 23 Oct 2017 09:53:57 +0200 Subject: [PATCH] address refactored mysql replica scripts --- test/extended/image_ecosystem/mysql_replica.go | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/test/extended/image_ecosystem/mysql_replica.go b/test/extended/image_ecosystem/mysql_replica.go index be66f8797624..c64fb8781a3f 100644 --- a/test/extended/image_ecosystem/mysql_replica.go +++ b/test/extended/image_ecosystem/mysql_replica.go @@ -25,20 +25,9 @@ type testCase struct { var ( testCases = []testCase{ - { - "5.5", - "https://raw.githubusercontent.com/sclorg/mysql-container/master/5.5/examples/replica/mysql_replica.json", - // NOTE: Set to true in case of flakes. - false, - }, - { - "5.6", - "https://raw.githubusercontent.com/sclorg/mysql-container/master/5.6/examples/replica/mysql_replica.json", - false, - }, { "5.7", - "https://raw.githubusercontent.com/sclorg/mysql-container/master/5.7/examples/replica/mysql_replica.json", + "https://raw.githubusercontent.com/sclorg/mysql-container/master/examples/replica/mysql_replica.json", false, }, }