tests/acceptance: disable machine_rx_gdbsim on GitLab
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 7 Oct 2020 16:00:38 +0000 (17:00 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 9 Oct 2020 16:27:55 +0000 (17:27 +0100)
While I can get the ssh test to fail on my test setup this seems a lot
more stable except when on GitLab. Hopefully we can re-enable both
once the serial timing patches have been added.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Message-Id: <20201007160038.26953-23-alex.bennee@linaro.org>

tests/acceptance/machine_rx_gdbsim.py

index 0c72506028030da6d96360f1dbf624ada664ae99..32b737b6d85bebcecf66eee69fb4ad3438abf1ef 100644 (file)
@@ -22,6 +22,7 @@ class RxGdbSimMachine(Test):
     timeout = 30
     KERNEL_COMMON_COMMAND_LINE = 'printk.time=0 '
 
+    @skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
     def test_uboot(self):
         """
         U-Boot and checks that the console is operational.