-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
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.
Metadata
Metadata
Assignees
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)