Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 21 lines 1.1 kB view raw
1diff --git a/Data/testsuite/src/DataTest.cpp b/Data/testsuite/src/DataTest.cpp 2index a78c4e5..e8d9335 100644 3--- a/Data/testsuite/src/DataTest.cpp 4+++ b/Data/testsuite/src/DataTest.cpp 5@@ -1652 +1652 @@ CppUnit::Test* DataTest::suite() 6- CppUnit_addTest(pSuite, DataTest, testSQLChannel); 7+ // CppUnit_addTest(pSuite, DataTest, testSQLChannel); 8diff --git a/Net/testsuite/src/HTTPClientSessionTest.cpp b/Net/testsuite/src/HTTPClientSessionTest.cpp 9index 31de150..b5c0d13 100644 10--- a/Net/testsuite/src/HTTPClientSessionTest.cpp 11+++ b/Net/testsuite/src/HTTPClientSessionTest.cpp 12@@ -406 +406 @@ CppUnit::Test* HTTPClientSessionTest::suite() 13- CppUnit_addTest(pSuite, HTTPClientSessionTest, testGetSmallUnix); 14+ // CppUnit_addTest(pSuite, HTTPClientSessionTest, testGetSmallUnix); 15diff --git a/Net/testsuite/src/SocketTest.cpp b/Net/testsuite/src/SocketTest.cpp 16index 27c1800..9bd684b 100644 17--- a/Net/testsuite/src/SocketTest.cpp 18+++ b/Net/testsuite/src/SocketTest.cpp 19@@ -900 +900 @@ CppUnit::Test* SocketTest::suite() 20- CppUnit_addTest(pSuite, SocketTest, testEchoUnixLocal); 21+ // CppUnit_addTest(pSuite, SocketTest, testEchoUnixLocal);