Commit 18f6bf1b authored by xunjieli's avatar xunjieli Committed by Commit bot

Disable testDispatchNotification.testDispatchNotification on Mac

TBR=cylee@chromium.org
TBR=nednguyen@chromium.org

BUG=498950

Review URL: https://codereview.chromium.org/1172443004

Cr-Commit-Position: refs/heads/master@{#333788}
parent 4248771f
......@@ -52,7 +52,7 @@ class InspectorWebsocketUnittest(unittest.TestCase):
def tearDown(self):
self._mock_timer.Restore()
@decorators.Disabled('chromeos') # crbug.com/483212
@decorators.Disabled('chromeos', 'mac') # crbug.com/483212, crbug.com/498950
def testDispatchNotification(self):
inspector = inspector_websocket.InspectorWebsocket()
fake_socket = FakeSocket(self._mock_timer)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment