diff options
Diffstat (limited to 'testprogs/ejs')
-rwxr-xr-x | testprogs/ejs/echo.js | 4 |
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); |