solid-contrib/solid-crud-tests

Skip concurrency tests in a different way

Closed this issue · 2 comments

As @mrvahedi68 reported, setting SKIP_CONC makes jest exit altogether, so not just the tests in this file but also any other files from test/surface/ you may have selected. So it needs to do this in a different way.

Currently, this test will be passed if this variable is set. But we can create a skip scenario that skips instead of passing. @michielbdejong