Skip to content

Commit 49118b4

Browse files
committed
Skip NVIDIA integration tests: B200 runner no longer available
1 parent ee0919e commit 49118b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_github.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def github_config():
8383

8484
@pytest.mark.integration
8585
@pytest.mark.asyncio
86+
@pytest.mark.skip(reason="NVIDIA B200 runner is no longer available")
8687
@pytest.mark.parametrize("gpu_type", [GitHubGPU.NVIDIA])
8788
async def test_github_launcher_python_script(project_root: Path, github_config: GitHubConfig, gpu_type: GitHubGPU):
8889
"""
@@ -155,6 +156,7 @@ async def test_github_launcher_python_script(project_root: Path, github_config:
155156

156157
@pytest.mark.integration
157158
@pytest.mark.asyncio
159+
@pytest.mark.skip(reason="NVIDIA B200 runner is no longer available")
158160
async def test_github_launcher_failing_script(project_root: Path, github_config: GitHubConfig):
159161
"""
160162
Test GitHubLauncher with a script designed to fail.

0 commit comments

Comments
 (0)