bin/ci: Don't submit jobs on integration test

`test_full_yaml_log` don't need to submit job, because it would need to
replicate/mock more stuff, like the first stage init, which is not
necessary to reproduce issues from the raw YAML log file.

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26995>
This commit is contained in:
Guilherme Gallo 2024-01-23 19:11:35 -03:00 committed by Marge Bot
parent ffe2b31f9a
commit 26564b8515

View File

@ -386,7 +386,6 @@ def test_full_yaml_log(mock_proxy, frozen_time, lava_job_submitter):
proxy.scheduler.jobs.submit = reset_logs
with pytest.raises(MesaCIRetryError):
time_travel_to_test_time()
lava_job_submitter.submit()
retriable_follow_job(proxy, "")
print(lava_job_submitter.structured_log_file.read_text())