diff --git a/test/parity/vm/lcow_doc_permutations_test.go b/test/parity/vm/lcow_doc_permutations_test.go index eb84993326..c9755eeaca 100644 --- a/test/parity/vm/lcow_doc_permutations_test.go +++ b/test/parity/vm/lcow_doc_permutations_test.go @@ -541,12 +541,6 @@ func TestLCOWSandboxOptionsFieldParityNonDefault(t *testing.T) { shimannotations.DisableWritableFileShares: "true", }, }, - { - name: "VPMem no multi-mapping", - annotations: map[string]string{ - shimannotations.VPMemNoMultiMapping: "true", - }, - }, { name: "all sandbox options non-default", annotations: map[string]string{ @@ -554,7 +548,6 @@ func TestLCOWSandboxOptionsFieldParityNonDefault(t *testing.T) { iannotations.NetworkingPolicyBasedRouting: "true", shimannotations.FullyPhysicallyBacked: "true", shimannotations.DisableWritableFileShares: "true", - shimannotations.VPMemNoMultiMapping: "true", shimannotations.MemorySizeInMB: "2048", }, },