summaryrefslogtreecommitdiffstats
path: root/src/usr/sbeio
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/sbeio')
-rw-r--r--src/usr/sbeio/runtime/test/makefile3
-rw-r--r--src/usr/sbeio/runtime/test/sbeiotestRt.H5
2 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/sbeio/runtime/test/makefile b/src/usr/sbeio/runtime/test/makefile
index e6219b414..01208ecd8 100644
--- a/src/usr/sbeio/runtime/test/makefile
+++ b/src/usr/sbeio/runtime/test/makefile
@@ -31,6 +31,7 @@ MODULE = testsbeio_rt
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/
-TESTS = *.H
+#@TODO RTC:178802
+#TESTS = *.H
include ${ROOTPATH}/config.mk
diff --git a/src/usr/sbeio/runtime/test/sbeiotestRt.H b/src/usr/sbeio/runtime/test/sbeiotestRt.H
index ee5e5522b..7fff432c3 100644
--- a/src/usr/sbeio/runtime/test/sbeiotestRt.H
+++ b/src/usr/sbeio/runtime/test/sbeiotestRt.H
@@ -400,7 +400,8 @@ class SbeMessagePassingRtTest : public CxxTest::TestSuite
// Test entry
TRACFCOMP(g_trac_sbeio, ENTER_MRK "SbeMessagePassingRtTest::"
"testSbeMessagePassingVersions");
-
+//@TODO RTC:178802
+#if 0
sbeMessage_t l_request;
sbeMessage_t l_expected_response;
RT_TARG::rtChipId_t chipId = 0;
@@ -484,7 +485,7 @@ class SbeMessagePassingRtTest : public CxxTest::TestSuite
break;
}
}while (0);
-
+#endif
// Test exit
TRACFCOMP(g_trac_sbeio, EXIT_MRK "SbeMessagePassingRtTest::"
"testSbeMessagePassingVersions");
OpenPOWER on IntegriCloud