Exclude testcases that cannot be run in unlocked device state

These tests require work profiles which may not be possible
for some devices in unsecured unlocked state for cts-validation.

Bug: 204720226

Signed-off-by: Rohit Kothari <r.kothari@samsung.com>
Change-Id: Ie99974f274151a38fe5e83c21f9aae66ffeb4924
diff --git a/tools/cts-tradefed/res/config/cts-validation-exclude.xml b/tools/cts-tradefed/res/config/cts-validation-exclude.xml
index b389c27..813201a 100644
--- a/tools/cts-tradefed/res/config/cts-validation-exclude.xml
+++ b/tools/cts-tradefed/res/config/cts-validation-exclude.xml
@@ -493,4 +493,7 @@
     <option name="compatibility:exclude-filter" value="android.hardware.camera2.cts.StillCaptureTest.testFocalLengths[1]" />
     <option name="compatibility:exclude-filter" value="android.hardware.camera2.cts.ImageReaderTest.testRepeatingRaw[1]" />
 
+    <!-- b/204720226 -->
+    <option name="compatibility:exclude-filter" value="CtsPhotoPickerTest android.photopicker.cts.PhotoPickerCrossProfileTest#testPersonalApp_cannotAccessWorkProfile_default" />
+    <option name="compatibility:exclude-filter" value="CtsMediaHostTestCases android.media.session.cts.MediaSessionManagerHostTest#testGetActiveSessionsFull_managedProfiles" />
 </configuration>