[CI/Build] Skip GCS test (#34057)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2026-02-08 00:52:38 +08:00
committed by GitHub
parent b956cdf818
commit 7fcb705b80

View File

@@ -38,6 +38,10 @@ def test_runai_model_loader_download_files(vllm_runner):
assert deserialized_outputs
@pytest.mark.skip(
reason="Temporarily disabled due to GCS access issues. "
"TODO: Re-enable this test once the underlying issue is resolved."
)
def test_runai_model_loader_download_files_gcs(
vllm_runner, monkeypatch: pytest.MonkeyPatch
):