Skip to content

Commit

Permalink
for testing: downgrade a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
krnowak committed Aug 6, 2024
1 parent 27d7509 commit 755b614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kola/tests/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func init() {
ClusterSize: 2,
Name: "docker.network-nmap-ncat",
Distros: []string{"cl"},
EndVersion: semver.Version{Major: 4053},
EndVersion: semver.Version{Major: 4049},
// No idea why Docker containers cannot reach each the other VM
ExcludePlatforms: []string{"qemu-unpriv"},
// Should run on all cloud environments to check against network conflicts
Expand All @@ -78,7 +78,7 @@ func init() {
ClusterSize: 2,
Name: "docker.network-openbsd-nc",
Distros: []string{"cl"},
MinVersion: semver.Version{Major: 4053},
MinVersion: semver.Version{Major: 4049},
// No idea why Docker containers cannot reach each the other VM
ExcludePlatforms: []string{"qemu-unpriv"},
// Should run on all cloud environments to check against network conflicts
Expand Down

0 comments on commit 755b614

Please sign in to comment.