diff --git a/ce/03_no-cores.json.tt2 b/ce/03_no-cores.json.tt2 index 433d52e..5017209 100644 --- a/ce/03_no-cores.json.tt2 +++ b/ce/03_no-cores.json.tt2 @@ -1,15 +1,5 @@ { "command": { -[% IF 1 -%] - "echo 'skip test'": { - "comment": "See MT#8041 Disable cores check test until sems is not fixed", - "exit-status": 0, - "stdout": [ - "skip test" - ], - "stderr": [] - } -[% ELSE -%] "ls -la /var/cores/core.*": { "exit-status": 2, "stdout": [], @@ -17,6 +7,5 @@ "ls: cannot access /var/cores/core.*: No such file or directory" ] } -[% END -%] } }