瀏覽代碼

Remove test for which file is missing

Yentl Van Tendeloo 7 年之前
父節點
當前提交
36665e86cf
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      integration/test_powerwindow.py

+ 2 - 1
integration/test_powerwindow.py

@@ -228,6 +228,7 @@ class TestPowerWindow(unittest.TestCase):
         assert len(error_path) == 10
 
 
+    """
     @slow
     def test_process_powerwindow_print(self):
         model_add("formalisms/ReachabilityGraph", "formalisms/SimpleClassDiagrams", open("models/reachability_graph.mvc", "r").read())
@@ -325,4 +326,4 @@ class TestPowerWindow(unittest.TestCase):
         if called != 6:
             print(called)
             raise Exception("Not executed sufficiently:" + str(called))
-
+    """