diff --git a/Tests/run.py b/Tests/run.py index dae5bc5ba..719f8b904 100644 --- a/Tests/run.py +++ b/Tests/run.py @@ -115,7 +115,7 @@ def main(): if result == "ok": result = None elif result == "skip": - print("---", "skipped") # FIXME: driver should include a reason + #print("---", "skipped") # FIXME: driver should include a reason skipped.append(test) continue elif not result: