Skip to content

Commit 5535ea1

Browse files
Merge pull request #846 from theemathas/theemathas-patch-1
Skip tests based on beta crater runs 1.97.0 and 1.98.0
2 parents 13e15c2 + 1276b51 commit 5535ea1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

config.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,14 @@ dust_dds = { skip-tests = true } # flaky tests
183183
easy-threadpool = { skip-tests = true } # has a test that's supposed to find flaky tests. and well, it's doing its job.
184184
expression_engine = { skip-tests = true } # flaky tests at v0.7.0. already fixed in the repo version, but release doesn't look likely any time soon
185185
check-if-email-exists = { skip-tests = true } # flaky: test fails when ran without network, *unless* it stalls out the 1ms timeout
186+
vibecheck-core = { skip-tests = true } # flaky test (timing)
187+
stau = { skip-tests = true } # filesystem race condition between multiple tests
188+
srgn = { skip-tests = true } # flaky test (timing): test output says "is the host machine very slow?" XD
189+
rs-tool = { skip-tests = true } # probabilistic test
190+
rediserde = { skip-tests = true } # flaky test
191+
hessra-cap = { skip-tests = true } # flaky test (timing)
192+
beyond-handoff = { skip-tests = true } # flaky test
193+
xcqa = { skip-tests = true } # flaky test
186194

187195
[github-repos]
188196
# "org_name/repo_name" = { option = true }
@@ -296,5 +304,11 @@ check-if-email-exists = { skip-tests = true } # flaky: test fails when ran witho
296304
"ydarma/fluent_data" = { skip-tests = true } # flaky: race condition when setting up test
297305
"zthompson47/pseudotty" = { skip-tests = true } # flaky: expects subprocess to respond within 10ms
298306
"chen-siyuan/ray-tracing" = { skip-tests = true } # flaky: tests a random process
307+
"sora5801/PrehniteDB" = { skip-tests = true } # flaky test
308+
"jnoh/agent-kernel" = { skip-tests = true } # filesystem race condition
309+
"cenotelie/onering" = { skip-tests = true } # flaky test (concurrency?)
310+
"ayymart/jubilant-computing-machine" = { skip-tests = true } # flaky test
311+
"rauljordan/pouch" = { skip-tests = true } # relies on TypeId ordering, see https://github.com/rauljordan/purse/issues/2
312+
"mitjans/new_ecs" = { skip-tests = true } # relies on TypeId ordering
299313

300314
[local-crates]

0 commit comments

Comments
 (0)