Skip to content

Commit 9de72bc

Browse files
committed
Remove the override in nextest
We don't actually need extra threads, and hopefully the test is faster now.
1 parent 0e1d330 commit 9de72bc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.config/nextest.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@ priority = 60
109109
filter = "package(mz-repr) and test(row_packing_roundtrips_single_valued)"
110110
priority = 60
111111

112-
[[profile.default.overrides]]
113-
filter = "package(mz-ore) and test(smoke_test_metrics_future_ext)"
114-
threads-required = 8
115-
priority = 50
116-
117112
[profile.ci]
118113
junit = { path = "junit_cargo-test.xml" }
119114
fail-fast = false

0 commit comments

Comments
 (0)