2
0
Fork 0

Disable tests until Dhall is resolved

This commit is contained in:
Ehmry - 2019-10-05 21:35:28 +02:00
parent a1259a54e7
commit b4503cb98e
1 changed files with 2 additions and 1 deletions

View File

@ -12,5 +12,6 @@ in {
genode = removeAttrs pkgs.genode [ "override" "overrideDerivation" ];
};
tests.x86_64 = import ./tests { inherit pkgs; };
# tests.x86_64 = import ./tests { inherit pkgs; };
# Disable tests because of Dhall issues
}