diff options
-rw-r--r-- | net-nntp/sabnzbd/sabnzbd-4.3.2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-nntp/sabnzbd/sabnzbd-4.3.2.ebuild b/net-nntp/sabnzbd/sabnzbd-4.3.2.ebuild index 2398a9bbcbb2..f1cebec164bd 100644 --- a/net-nntp/sabnzbd/sabnzbd-4.3.2.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-4.3.2.ebuild @@ -114,6 +114,8 @@ src_test() { 'tests/test_functional_misc.py::TestQueueRepair::test_queue_repair' 'tests/test_functional_misc.py::TestDaemonizing::test_daemonizing' 'tests/test_functional_sorting.py::TestDownloadSorting' + # Bug https://bugs.gentoo.org/934331 fixed in 4.3.3. + 'tests/test_sorting.py::TestSortingSorter' ) # The test suite is prone to being broken by random plugins that happen |