summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/fapi2')
-rw-r--r--src/usr/fapi2/test/fapi2Test.H10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/usr/fapi2/test/fapi2Test.H b/src/usr/fapi2/test/fapi2Test.H
index 00a9bac46..1b7b142ec 100644
--- a/src/usr/fapi2/test/fapi2Test.H
+++ b/src/usr/fapi2/test/fapi2Test.H
@@ -76,10 +76,12 @@ void test_fapi2Test(void)
fapi2GetParentTest();
FAPI_INF("<<fapi2GetParent exiting...");
- FAPI_INF(">>fapi2GetOtherEnd starting...");
- fapi2GetOtherEnd();
- FAPI_INF(">>fapi2GetOtherEnd exiting...");
+ //@TODO-Restore with RTC:151090
+ FAPI_INF(">>fapi2GetOtherEnd skipping!!!...");
+ //FAPI_INF(">>fapi2GetOtherEnd starting...");
+ //fapi2GetOtherEnd();
+ //FAPI_INF(">>fapi2GetOtherEnd exiting...");
}
};
-#endif \ No newline at end of file
+#endif
OpenPOWER on IntegriCloud