[Multimedia.Manual][Non-ACR] Test most AudioManager TCs in mobile profile 81/282581/1
authorHaesu Gwon <haesu.gwon@samsung.com>
Thu, 6 Oct 2022 06:58:12 +0000 (15:58 +0900)
committerHaesu Gwon <haesu.gwon@samsung.com>
Thu, 6 Oct 2022 06:58:12 +0000 (15:58 +0900)
Change-Id: I6e4a09d42f420438c7c4860b06b4f8937d20e271

tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/support/AudioManagerTestBase.cs

index 3165526..a03bd51 100755 (executable)
@@ -17,7 +17,7 @@ namespace Tizen.Multimedia.Tests
         {
             Information.TryGetValue<string>("tizen.org/feature/profile", out var profile);
 
-            IsAudioJackAvailable = profile != "tv" && profile != "wearable";
+            IsAudioJackAvailable = profile == "mobile";
         }
     }
 }