Open
Description
#2285 highlighted that no tests are running on firefox in the integration_test/wasm
directory, but it is not failing. When running on firefox alone we fail because no test cases run. There is a retry reported, then nothing. When running on both firefox and chrome, because the test cases do run on chrome, so we don't fail with the overall run having no test cases. Our check for no test cases is across suites, not per suite, but this might suggest we should change that.