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-07-09 15:44:49 +0200
commit9defbb629120e2cf9dda8276f13240ba13d0a3b6 (patch)
treea024739c3960aadb418d9b627625af96c47b06f1
parent5f4b9377d7c90db2dc959b965b5f0cbe6d691e94 (diff)
downloadbuildstream-9defbb629120e2cf9dda8276f13240ba13d0a3b6.tar.gz
tests/frontend/push.py: Add missing skip annotation for non-Linux468-source-bundle-except-argument-is-ignored
-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)