From: Kichan Kwon Date: Wed, 2 May 2018 05:46:49 +0000 (+0900) Subject: [Information][Manual][Non-ACR] Skip Bluetooth test on TV product X-Git-Tag: public_m1_final~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62f0bb4138f24026651caa2b5fef31f8a67e107e;p=test%2Ftct%2Fcsharp%2Fapi.git [Information][Manual][Non-ACR] Skip Bluetooth test on TV product Change-Id: I7fe6a1df3bb0b57ebe74bde06f7edc0a076686d9 Signed-off-by: Kichan Kwon --- diff --git a/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSRuntimeFeatureStatusChangedEventArgs.cs b/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSRuntimeFeatureStatusChangedEventArgs.cs index aa2b5c05f..8fd0f001c 100755 --- a/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSRuntimeFeatureStatusChangedEventArgs.cs +++ b/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSRuntimeFeatureStatusChangedEventArgs.cs @@ -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();