Compare commits
2 Commits
d0d4ccba18
...
275c09301b
| Author | SHA1 | Date | |
|---|---|---|---|
|
275c09301b
|
|||
|
f92b709fd6
|
@@ -32,7 +32,8 @@
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
];
|
||||
|
||||
doCheck = stdenv.hostPlatform.isLinux;
|
||||
# tests regularly time out on aarch64
|
||||
doCheck = stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86;
|
||||
|
||||
preCheck = ''
|
||||
export PATH=$PATH:$PWD/target/${stdenv.hostPlatform.rust.rustcTargetSpec}/release
|
||||
@@ -44,6 +45,8 @@
|
||||
"--skip=tests::test_announcement_relay"
|
||||
# https://radicle.zulipchat.com/#narrow/stream/369277-heartwood/topic/Flaky.20tests/near/438352360
|
||||
"--skip=tests::e2e::test_connection_crossing"
|
||||
# https://radicle.zulipchat.com/#narrow/stream/369277-heartwood/topic/Clone.20Partial.20Fail.20Flake
|
||||
"--skip=rad_clone_partial_fail"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user