Skip to content

Commit

Permalink
disable test that requires network
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Dec 17, 2021
1 parent 083919e commit 4a52568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_flow.py
@@ -1,4 +1,4 @@
from unittest import TestCase
from unittest import TestCase, skip
from unittest.mock import patch
from .utils import (
remove_existing_config, create_test_app,
Expand Down Expand Up @@ -40,6 +40,7 @@ def json(self):


class FlowTests(StateTestCaseMixin, TestCase):
@skip("disabled until someone mocks the network calls")
@skip_if_network_manager_not_supported
def test_first_start(self):
from eduvpn.interface import state as interface_state
Expand Down

0 comments on commit 4a52568

Please sign in to comment.