Skip to content

Commit c3fcb9c

Browse files
committed
Disable tests broken on current CI
1 parent 583c8a0 commit c3fcb9c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/js-template-haskell/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ in recurseIntoAttrs {
3131

3232
# Disable for now (CI machines currently hang without timing out)
3333
|| stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isAndroid
34+
|| (stdenv.buildPlatform.isx86_64 && stdenv.hostPlatform.isAarch64)
3435
;
3536

3637
build = packages.js-template-haskell.components.library;

test/th-dlls/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ in recurseIntoAttrs {
4646

4747
# Disable for now (CI machines currently hang without timing out)
4848
|| stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isAndroid
49+
|| (stdenv.buildPlatform.isx86_64 && stdenv.hostPlatform.isAarch64)
4950
;
5051

5152
ifdInputs = {

0 commit comments

Comments
 (0)