Skip to content

Commit 24ef284

Browse files
authored
Merge pull request #2365 from jiechen0826/skip_hvsock_functional_tests
Skip HVSock_* flaky tests until they are fixed
2 parents 8d81359 + 367ccd5 commit 24ef284

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/functional/hvsock_test.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ const (
5757
//
5858

5959
func TestHVSock_UVM_HostBind(t *testing.T) {
60+
t.Skip("tests are flaky, skipping until fixed")
61+
6062
require.Build(t, osversion.RS5)
6163
requireFeatures(t, featureWCOW, featureUVM)
6264

@@ -193,6 +195,8 @@ func TestHVSock_UVM_HostBind(t *testing.T) {
193195
}
194196

195197
func TestHVSock_UVM_GuestBind(t *testing.T) {
198+
t.Skip("tests are flaky, skipping until fixed")
199+
196200
require.Build(t, osversion.RS5)
197201
requireFeatures(t, featureWCOW, featureUVM)
198202

@@ -318,6 +322,8 @@ func TestHVSock_UVM_GuestBind(t *testing.T) {
318322
// - internal\hcs\schema2.Container.HvSockets
319323

320324
func TestHVSock_Container_HostBind(t *testing.T) {
325+
t.Skip("tests are flaky, skipping until fixed")
326+
321327
require.Build(t, osversion.RS5)
322328
requireFeatures(t, featureWCOW, featureUVM, featureContainer)
323329

@@ -462,6 +468,8 @@ func TestHVSock_Container_HostBind(t *testing.T) {
462468
}
463469

464470
func TestHVSock_Container_GuestBind(t *testing.T) {
471+
t.Skip("tests are flaky, skipping until fixed")
472+
465473
require.Build(t, osversion.RS5)
466474
requireFeatures(t, featureWCOW, featureUVM, featureContainer)
467475

0 commit comments

Comments
 (0)