File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,8 @@ func init() {
215
215
Distros : []string {"rhcos" },
216
216
UserData : enableCrioIgn ,
217
217
UserDataV3 : enableCrioIgnV3 ,
218
+ // qemu-unpriv machines cannot communicate between each other
219
+ ExcludePlatforms : []string {"qemu-unpriv" },
218
220
})
219
221
}
220
222
Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ func init() {
65
65
}` ),
66
66
Flags : []register.Flag {register .RequiresInternetAccess }, // fetching etcd requires networking
67
67
Distros : []string {"rhcos" },
68
+ // qemu-unpriv machines cannot communicate between each other
69
+ ExcludePlatforms : []string {"qemu-unpriv" },
68
70
})
69
71
register .Register (& register.Test {
70
72
Run : rhcosClusterTLS ,
@@ -123,6 +125,8 @@ func init() {
123
125
}` ),
124
126
Flags : []register.Flag {register .RequiresInternetAccess }, // fetching etcd requires networking
125
127
Distros : []string {"rhcos" },
128
+ // qemu-unpriv machines cannot communicate between each other
129
+ ExcludePlatforms : []string {"qemu-unpriv" },
126
130
})
127
131
}
128
132
You can’t perform that action at this time.
0 commit comments