Skip to content

Commit

Permalink
Disable broken dbus tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwlehman committed Mar 29, 2019
1 parent 9161767 commit 83afda4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/dbus_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import random
from six.moves.mock import Mock, patch # pylint: disable=no-name-in-module,import-error
from unittest import TestCase
from unittest import TestCase, skip

import dbus

Expand All @@ -25,6 +25,7 @@ def mock_dbus_device(obj_id):
return obj


@skip('unresolved bug related to patching behavior')
class DBusBlivetTestCase(TestCase):
@patch.object(DBusObject, "_init_dbus_object")
@patch("blivet3.dbus.blivet.callbacks")
Expand Down

0 comments on commit 83afda4

Please sign in to comment.