From 62f0bb4138f24026651caa2b5fef31f8a67e107e Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Wed, 2 May 2018 14:46:49 +0900 Subject: [PATCH] [Information][Manual][Non-ACR] Skip Bluetooth test on TV product Change-Id: I7fe6a1df3bb0b57ebe74bde06f7edc0a076686d9 Signed-off-by: Kichan Kwon --- .../testcase/TSRuntimeFeatureStatusChangedEventArgs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 aa2b5c0..8fd0f00 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(); -- 2.7.4