forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-haskell/dbus: Disable integration tests
These tests try to spin up an instance of dbus-daemon Signed-off-by: Sam James <[email protected]>
- Loading branch information
1 parent
8bb52a7
commit 826a506
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
dev-haskell/dbus/files/dbus-1.2.22-disable-integration-tests.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
From: hololeap <[email protected]> | ||
Signed-off-by: hololeap <[email protected]> | ||
|
||
dev-haskell/dbus: Disable integration tests | ||
|
||
These tests try to spin up an instance of dbus-daemon | ||
|
||
diff -urN dbus-1.2.22/tests/DBusTests.hs dbus-1.2.22-r1/tests/DBusTests.hs | ||
--- dbus-1.2.22/tests/DBusTests.hs 2021-12-16 12:34:16.000000000 -0700 | ||
+++ dbus-1.2.22-r1/tests/DBusTests.hs 2022-08-05 12:51:12.447871229 -0600 | ||
@@ -23,7 +23,7 @@ | ||
import DBusTests.BusName | ||
import DBusTests.Client | ||
import DBusTests.ErrorName | ||
-import DBusTests.Integration | ||
+--import DBusTests.Integration | ||
import DBusTests.InterfaceName | ||
import DBusTests.Introspection | ||
import DBusTests.MemberName | ||
@@ -55,7 +55,7 @@ | ||
, test_BusName | ||
, test_Client | ||
, test_ErrorName | ||
- , test_Integration | ||
+-- , test_Integration | ||
, test_InterfaceName | ||
, test_Introspection | ||
, test_MemberName |