[test] Disable spiflash test in Verilator simulation
This test isn't reliable, see also #3708.
Signed-off-by: Philipp Wagner <phw@lowrisc.org>
diff --git a/test/systemtest/earlgrey/test_sim_verilator.py b/test/systemtest/earlgrey/test_sim_verilator.py
index c90aba7..66ecea5 100644
--- a/test/systemtest/earlgrey/test_sim_verilator.py
+++ b/test/systemtest/earlgrey/test_sim_verilator.py
@@ -203,6 +203,7 @@
sim.terminate()
+@pytest.mark.skip(reason="Spiflash on Verilator isn't reliable currently. See issue #3708.")
def test_spiflash(tmp_path, bin_dir):
""" Load a single application to the Verilator simulation using spiflash """