summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-03-15 10:48:00 +0100
committerJürg Billeter <j@bitron.ch>2018-05-30 16:02:56 +0200
commite9800ca4e7163a8963f20c0d2d195804968ea2ee (patch)
treeb733b56aba356e4b074537bb99a9be4012136c76
parentf7563c0060e5032ffab9f798ac26ede22e89cb3c (diff)
downloadbuildstream-e9800ca4e7163a8963f20c0d2d195804968ea2ee.tar.gz
tests/frontend/push.py: Add missing skip annotation for non-Linux
-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 34151521c..80f06e0c9 100644
--- a/tests/frontend/push.py
+++ b/tests/frontend/push.py
@@ -41,6 +41,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)