Unverified Commit 7fcb705b authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

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


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent b956cdf8
...@@ -38,6 +38,10 @@ def test_runai_model_loader_download_files(vllm_runner): ...@@ -38,6 +38,10 @@ def test_runai_model_loader_download_files(vllm_runner):
assert deserialized_outputs 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( def test_runai_model_loader_download_files_gcs(
vllm_runner, monkeypatch: pytest.MonkeyPatch vllm_runner, monkeypatch: pytest.MonkeyPatch
): ):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment