Remove the osu set of tests

This commit is contained in:
Raúl Peñacoba 2020-10-30 15:01:44 +01:00
parent 6a1375726f
commit 56584c9e97

View File

@ -288,14 +288,6 @@ let
exec = callPackage ./test/garlic/exec.nix { exec = callPackage ./test/garlic/exec.nix {
exec = self.bsc.garlic.stages.exec; exec = self.bsc.garlic.stages.exec;
}; };
osu = rec {
latency-internode = callPackage ./garlic/exp/osu/latency.nix { };
latency-intranode = callPackage ./garlic/exp/osu/latency.nix {
interNode = false;
};
latency = latency-internode;
};
}; };
}; };
}; };