summary refs log tree commit diff stats
path: root/tests/acceptance/machine_rx_gdbsim.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/acceptance/machine_rx_gdbsim.py')
-rw-r--r--tests/acceptance/machine_rx_gdbsim.py1
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.