Skip to content

Commit

Permalink
Skip HVSock_* flaky tests until they are fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Jie Chen <[email protected]>
  • Loading branch information
jiechen0826 committed Jan 28, 2025
1 parent 8d81359 commit 367ccd5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/functional/hvsock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ const (
//

func TestHVSock_UVM_HostBind(t *testing.T) {
t.Skip("tests are flaky, skipping until fixed")

require.Build(t, osversion.RS5)
requireFeatures(t, featureWCOW, featureUVM)

Expand Down Expand Up @@ -193,6 +195,8 @@ func TestHVSock_UVM_HostBind(t *testing.T) {
}

func TestHVSock_UVM_GuestBind(t *testing.T) {
t.Skip("tests are flaky, skipping until fixed")

require.Build(t, osversion.RS5)
requireFeatures(t, featureWCOW, featureUVM)

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

func TestHVSock_Container_HostBind(t *testing.T) {
t.Skip("tests are flaky, skipping until fixed")

require.Build(t, osversion.RS5)
requireFeatures(t, featureWCOW, featureUVM, featureContainer)

Expand Down Expand Up @@ -462,6 +468,8 @@ func TestHVSock_Container_HostBind(t *testing.T) {
}

func TestHVSock_Container_GuestBind(t *testing.T) {
t.Skip("tests are flaky, skipping until fixed")

require.Build(t, osversion.RS5)
requireFeatures(t, featureWCOW, featureUVM, featureContainer)

Expand Down

0 comments on commit 367ccd5

Please sign in to comment.