Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
7fcb705b
Unverified
Commit
7fcb705b
authored
Feb 08, 2026
by
Cyrus Leung
Committed by
GitHub
Feb 07, 2026
Browse files
[CI/Build] Skip GCS test (#34057)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
b956cdf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tests/model_executor/model_loader/runai_streamer_loader/test_runai_model_streamer_loader.py
...runai_streamer_loader/test_runai_model_streamer_loader.py
+4
-0
No files found.
tests/model_executor/model_loader/runai_streamer_loader/test_runai_model_streamer_loader.py
View file @
7fcb705b
...
@@ -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
):
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment