We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50389c0 + 6638eed commit 337ee95Copy full SHA for 337ee95
test/extended/image_ecosystem/mysql_replica.go
@@ -25,20 +25,9 @@ type testCase struct {
25
26
var (
27
testCases = []testCase{
28
- {
29
- "5.5",
30
- "https://raw.githubusercontent.com/sclorg/mysql-container/master/5.5/examples/replica/mysql_replica.json",
31
- // NOTE: Set to true in case of flakes.
32
- false,
33
- },
34
35
- "5.6",
36
- "https://raw.githubusercontent.com/sclorg/mysql-container/master/5.6/examples/replica/mysql_replica.json",
37
38
39
{
40
"5.7",
41
- "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",
42
false,
43
},
44
}
0 commit comments