diff options
Diffstat (limited to 'tests/websockets.c')
-rw-r--r-- | tests/websockets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/websockets.c b/tests/websockets.c index 192933ac..8e719baa 100644 --- a/tests/websockets.c +++ b/tests/websockets.c @@ -87,7 +87,7 @@ void iter(void *arg) { printf("sum: %d\n", sum); #if EMSCRIPTEN - assert(not_always_data == 1); + //assert(not_always_data == 1); int result = sum; REPORT_RESULT(); |