We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288f638 commit f4ee0d1Copy full SHA for f4ee0d1
internal/integration/api/network-config.go
@@ -301,6 +301,8 @@ func (suite *NetworkConfigSuite) TestLinkAliasConfig() {
301
302
// TestVirtualIPConfig tests configuring virtual IPs.
303
func (suite *NetworkConfigSuite) TestVirtualIPConfig() {
304
+ suite.T().Skip("[TODO]: this test causes kube-apiserver to restart causing random failure")
305
+
306
if suite.Cluster == nil || suite.Cluster.Provisioner() != base.ProvisionerQEMU {
307
suite.T().Skip("skipping if cluster is not qemu")
308
}
0 commit comments