[Information][Manual][Non-ACR] Skip Bluetooth test on TV product 98/177598/1
authorKichan Kwon <k_c.kwon@samsung.com>
Wed, 2 May 2018 05:46:49 +0000 (14:46 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Wed, 2 May 2018 05:50:59 +0000 (14:50 +0900)
Change-Id: I7fe6a1df3bb0b57ebe74bde06f7edc0a076686d9
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSRuntimeFeatureStatusChangedEventArgs.cs

index aa2b5c0..8fd0f00 100755 (executable)
@@ -49,7 +49,7 @@ namespace Tizen.System.Tests {
         [Step(1, "Click run TC")]
         [Step(2, "Enable/Disable Bluetooth : Settings-> Bluetooth -> Bluetooth Enable/Disable")]
         public static async Task Key_PROPERTY_READ_ONLY() {
-            if (SupportChecker.IsSupported("http://tizen.org/feature/network.bluetooth"))
+            if (!SupportChecker.IsTV() && SupportChecker.IsSupported("http://tizen.org/feature/network.bluetooth"))
             {
                 Information.SetCallback(BluetoothRuntimeFeatureKey, RuntimeKeyStatusChangedCallback);
                 await ManualTest.WaitForConfirm();