diff options
author | Alex Bennée | 2020-10-07 18:00:38 +0200 |
---|---|---|
committer | Alex Bennée | 2020-10-09 18:27:55 +0200 |
commit | e5d402b28f1a325d46b7b0f08d04257f618e6d03 (patch) | |
tree | 6da1760f8221526e287e5a2c4254ca543173e545 /tests/acceptance | |
parent | cirrus: use V=1 when running tests on FreeBSD and macOS (diff) | |
download | qemu-e5d402b28f1a325d46b7b0f08d04257f618e6d03.tar.gz qemu-e5d402b28f1a325d46b7b0f08d04257f618e6d03.tar.xz qemu-e5d402b28f1a325d46b7b0f08d04257f618e6d03.zip |
tests/acceptance: disable machine_rx_gdbsim on GitLab
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>
Diffstat (limited to 'tests/acceptance')
-rw-r--r-- | tests/acceptance/machine_rx_gdbsim.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/acceptance/machine_rx_gdbsim.py b/tests/acceptance/machine_rx_gdbsim.py index 0c72506028..32b737b6d8 100644 --- a/tests/acceptance/machine_rx_gdbsim.py +++ b/tests/acceptance/machine_rx_gdbsim.py @@ -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. |