Merge pull request #116428 from bennofs/haskell-old-network-notest

haskell-network_2_6_3_1: disable test suite
This commit is contained in:
Dennis Gosnell 2021-03-16 10:12:15 +09:00 committed by GitHub
commit e93c109745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -341,6 +341,7 @@ self: super: {
nats-queue = dontCheck super.nats-queue;
netpbm = dontCheck super.netpbm;
network = dontCheck super.network;
network_2_6_3_1 = dontCheck super.network_2_6_3_1; # package is missing files for test
network-dbus = dontCheck super.network-dbus;
notcpp = dontCheck super.notcpp;
ntp-control = dontCheck super.ntp-control;