You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if tests could somehow be marked as "ignored" allowing them to still show up in the list of tests but clearly marked that they have been skipped. Like with the Rust #[ignore] annotation, it would be awesome if an optional message could be provided that gave a reason why the test was ignored.
The text was updated successfully, but these errors were encountered:
It would be nice if tests could somehow be marked as "ignored" allowing them to still show up in the list of tests but clearly marked that they have been skipped. Like with the Rust
#[ignore]
annotation, it would be awesome if an optional message could be provided that gave a reason why the test was ignored.The text was updated successfully, but these errors were encountered: