Skip to content

Commit 01b4cf7

Browse files
authored
Remove slow-tests feature (#9642)
This is not actually used anywhere anymore...
1 parent 5fdb85a commit 01b4cf7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ opt-level = 2
3636
name = "crates_io"
3737
doctest = true
3838

39-
[features]
40-
default = ["slow-tests"]
41-
42-
# The `slow-tests` enables tests that take a long time to finish. It is enabled
43-
# by default but the test suite can be run via `cargo test --no-default-features`
44-
# to disable these tests.
45-
slow-tests = []
46-
4739
[dependencies]
4840
anyhow = "=1.0.89"
4941
async-trait = "=0.1.83"

0 commit comments

Comments
 (0)