summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/frontend/push.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/frontend/push.py b/tests/frontend/push.py
index 4752d9ef1..5cd88290d 100644
--- a/tests/frontend/push.py
+++ b/tests/frontend/push.py
@@ -46,6 +46,7 @@ def assert_not_shared(cli, share, project, element_name):
# * `bst push` fails if there are no remotes configured for pushing
# * `bst push` successfully pushes to any remote that is configured for pushing
#
+@pytest.mark.skipif(not IS_LINUX, reason='Only available on linux')
@pytest.mark.datafiles(DATA_DIR)
def test_push(cli, tmpdir, datafiles):
project = str(datafiles)