Skip to content

Commit 8624421

Browse files
authored
Update config.toml
1 parent ec155b7 commit 8624421

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ simd = { broken = true } # missing feature
106106
simple-munin-plugin = { skip-tests = true } # flaky test
107107
slotmap = { skip-tests = true } # flaky tests
108108
sodium-rust = { skip-tests = true } # flaky tests
109-
sodium-rust-push-pull = { skip-tests = true } # flaky test
110109
structopt = { broken = true } # missing feature
111110
sysconf = { skip-tests = true } # flaky test
112111
tasks-framework = { skip-tests = true } # flaky tests
@@ -132,9 +131,12 @@ toql_derive = { skip-tests = true } # flaky test ("Sometimes failes becuse join
132131

133132
[github-repos]
134133
# "org_name/repo_name" = { option = true }
134+
"clinuxrulz/sodium-rust-push-pull" = { skip-tests = true } # flaky test
135+
"euforia/rust-vivaldi" = { skip-tests = true } # flaky test
135136
"fromheten/plato" = { skip-tests = true } # flaky tests
136137
"jafow/pals" = { skip-tests = true } # flaky tests
137138
"johnedmonds/chance" = { skip-tests = true } # flaky tests
139+
"LukeMathWalker/tracing-bunyan-formatter" = { skip-tests = true } # flaky tests
138140
"simulacrumparty/casaubon" = { skip-tests = true } # flaky tests
139141
"sozu-proxy/sozu" = { skip-tests = true } # flaky tests
140142
"kellymclaughlin/rust-quickcheck-example" = { skip-tests = true } # flaky tests

0 commit comments

Comments
 (0)