Update expected pytest value for same workload case

Signed-off-by: colramos-amd <colramos@amd.com>
Этот коммит содержится в:
colramos-amd
2024-03-12 16:49:41 -05:00
родитель cac4b1aff5
Коммит 945da7d83c
+2 -2
Просмотреть файл
@@ -1637,7 +1637,7 @@ def test_baseline():
],
):
omniperf.main()
assert e.value.code == 0
assert e.value.code == 1
with pytest.raises(SystemExit) as e:
with patch(
@@ -1652,7 +1652,7 @@ def test_baseline():
],
):
omniperf.main()
assert e.value.code == 0
assert e.value.code == 1
@pytest.mark.misc