Skip to content

Commit 6e6ab1d

Browse files
committed
survey: Exclude a flaky test
1 parent 1f557c2 commit 6e6ab1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

survey/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ let
12471247
"--libs openssl";
12481248
tmp-postgres =
12491249
addStaticLinkerFlagsWithPkgconfig
1250-
super.tmp-postgres
1250+
(dontCheck super.tmp-postgres) # flaky/stuck tests: https://github.com/jfischoff/tmp-postgres/issues/273
12511251
[ final.openssl ]
12521252
"--libs openssl";
12531253

0 commit comments

Comments
 (0)