diff test/testdiagrameditor.py @ 398:c0d9837acde8

x86 target refactor
author Windel Bouwman
date Thu, 29 May 2014 12:13:37 +0200
parents bb4289c84907
children
line wrap: on
line diff
--- a/test/testdiagrameditor.py	Thu May 29 10:47:28 2014 +0200
+++ b/test/testdiagrameditor.py	Thu May 29 12:13:37 2014 +0200
@@ -21,6 +21,8 @@
     skip_it = True
 
 
+if 'LCFOSGUITESTS' not in os.environ:
+    skip_it = True
 
 class DiagramEditorTestCase(unittest.TestCase):
     def setUp(self):