Exclude testSuspendPackage

The test fix requires more time to resolve. Add them to known failure file.
Bug: 224400993
Test: N/A

Change-Id: I108c08de6c46753640c350d683d40e6735be8364
diff --git a/tools/cts-tradefed/res/config/cts-known-failures.xml b/tools/cts-tradefed/res/config/cts-known-failures.xml
index 43b94a2..ce145d2 100644
--- a/tools/cts-tradefed/res/config/cts-known-failures.xml
+++ b/tools/cts-tradefed/res/config/cts-known-failures.xml
@@ -281,4 +281,12 @@
 
     <!-- b/182630972, b/214019488 -->
     <option name="compatibility:exclude-filter" value="CtsWindowManagerDeviceTestCases android.server.wm.PinnedStackTests#testEnterPipWithMinimalSize" />
+
+    <!-- b/224400993 -->
+    <option name="compatibility:exclude-filter"
+        value="CtsDevicePolicyManagerTestCases com.android.cts.devicepolicy.MixedDeviceOwnerTest#testSuspendPackage" />
+    <option name="compatibility:exclude-filter"
+        value="CtsDevicePolicyManagerTestCases com.android.cts.devicepolicy.MixedManagedProfileOwnerTest#testSuspendPackage" />
+    <option name="compatibility:exclude-filter"
+        value="CtsDevicePolicyManagerTestCases com.android.cts.devicepolicy.MixedProfileOwnerTest#testSuspendPackage" />
 </configuration>