summaryrefslogtreecommitdiff
path: root/testprogs
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs')
-rwxr-xr-xtestprogs/ejs/echo.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/testprogs/ejs/echo.js b/testprogs/ejs/echo.js
index efdbe5783d..3750baf0fb 100755
--- a/testprogs/ejs/echo.js
+++ b/testprogs/ejs/echo.js
@@ -222,7 +222,9 @@ test_AddOne(echo);
test_EchoData(echo);
test_SinkData(echo);
test_SourceData(echo);
-test_TestCall(echo);
+
+print("SKIPPING test_TestCall as pidl cannot generate code for it\n");
+/* test_TestCall(echo); */
test_TestCall2(echo);
test_TestSleep(echo);
test_TestEnum(echo);