Skip to content

Commit be12f02

Browse files
RDK-53913: Disable L1 tests for XCast as IIterator not ported in R2
Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
1 parent 1bbdce4 commit be12f02

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Tests/L1Tests/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ include_directories(../../LocationSync
8989
../../HdmiCec
9090
../../HdmiCec_2
9191
../../HdmiCecSource
92-
../../XCast
92+
../../XCast
9393
../../FrontPanel
9494
../../HdmiCecSink
9595
../../RDKShell
@@ -132,9 +132,9 @@ link_directories(../../LocationSync
132132
../../HdmiCec
133133
../../HdmiCec_2
134134
../../HdmiCecSource
135-
../../XCast
135+
../../XCast
136136
../../FrontPanel
137-
../../HdmiCecSink
137+
../../HdmiCecSink
138138
../../RDKShell
139139
../../MaintenanceManager
140140
../../Packager
@@ -175,7 +175,6 @@ target_link_libraries(${PROJECT_NAME}
175175
${NAMESPACE}HdmiCec
176176
${NAMESPACE}HdmiCec_2
177177
${NAMESPACE}HdmiCecSource
178-
${NAMESPACE}XCast
179178
${NAMESPACE}FrontPanel
180179
${NAMESPACE}HdmiCecSink
181180
${NAMESPACE}RDKShell

Tests/L1Tests/tests/test_XCast.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* See the License for the specific language governing permissions and
1717
* limitations under the License.
1818
*/
19-
19+
#if 0
2020
#include <gtest/gtest.h>
2121

2222
#include "FactoriesImplementation.h"
@@ -614,3 +614,4 @@ TEST_F(XCastInitializedEventTest, onApplicationStopRequest)
614614
plugin->onXcastApplicationStopRequest("Netflix", "1234");
615615
handler.Unsubscribe(0, _T("onApplicationStopRequest"), _T("client.events"), message);
616616
}
617+
#endif

l1tests.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ set(PLUGIN_MOTION_DETECTION ON)
207207
set(PLUGIN_COMPOSITEINPUT ON)
208208
set(PLUGIN_OCICONTAINER ON)
209209
set(HAS_FRONT_PANEL ON)
210-
set(PLUGIN_XCAST ON)
211210
set(PLUGIN_HDMICEC ON)
212211
set(PLUGIN_HDMICEC2 ON)
213212
set(PLUGIN_HDMICECSOURCE ON)

0 commit comments

Comments
 (0)