diff --git a/libcontainer/intelrdt/intelrdt_test.go b/libcontainer/intelrdt/intelrdt_test.go index 30890456e26..0b4ebf2f661 100644 --- a/libcontainer/intelrdt/intelrdt_test.go +++ b/libcontainer/intelrdt/intelrdt_test.go @@ -11,10 +11,6 @@ import ( ) func TestIntelRdtSetL3CacheSchema(t *testing.T) { - if !IsCATEnabled() { - return - } - helper := NewIntelRdtTestUtil(t) defer helper.cleanup() @@ -46,10 +42,6 @@ func TestIntelRdtSetL3CacheSchema(t *testing.T) { } func TestIntelRdtSetMemBwSchema(t *testing.T) { - if !IsMBAEnabled() { - return - } - helper := NewIntelRdtTestUtil(t) defer helper.cleanup() @@ -81,10 +73,6 @@ func TestIntelRdtSetMemBwSchema(t *testing.T) { } func TestIntelRdtSetMemBwScSchema(t *testing.T) { - if !IsMBAScEnabled() { - return - } - helper := NewIntelRdtTestUtil(t) defer helper.cleanup()