diff options
Diffstat (limited to 'crates/shirabe/tests/repository/vcs/forgejo_driver_test.rs')
| -rw-r--r-- | crates/shirabe/tests/repository/vcs/forgejo_driver_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/repository/vcs/forgejo_driver_test.rs b/crates/shirabe/tests/repository/vcs/forgejo_driver_test.rs index 0836fc5..ea130ea 100644 --- a/crates/shirabe/tests/repository/vcs/forgejo_driver_test.rs +++ b/crates/shirabe/tests/repository/vcs/forgejo_driver_test.rs @@ -76,7 +76,7 @@ fn supports_provider() -> Vec<(bool, &'static str)> { } #[test] -#[ignore = "ForgejoDriver::supports uses a regex with a character class the regex crate cannot compile (unclosed character class)"] +#[ignore] fn test_supports() { for (expected, repo_url) in supports_provider() { let io: Rc<RefCell<dyn IOInterface>> = Rc::new(RefCell::new(NullIO::new())); |
