Skip to content

Commit 84f039e

Browse files
committed
Github CI no v0 in test_python_actors
Differential Revision: [D83876889](https://our.internmc.facebook.com/intern/diff/D83876889/) **NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D83876889/)! ghstack-source-id: 314000234 Pull Request resolved: #1423
1 parent e5ca0a9 commit 84f039e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-gpu-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
pyright python/tests/test_python_actors.py
5454
5555
# Run GPU Python tests
56-
LC_ALL=C pytest python/tests/ -s -v -m "not oss_skip"
56+
LC_ALL=C pytest python/tests/ -s -v -m "not oss_skip" -k "not (test_python_actors.py and [False]) and not (test_actor_mesh.py and [False]) and not (test_actor_error.py and [False])"
5757
# TODO(meriksen): temporarily disabled to unblock lands while debugging
5858
# mock CUDA issues on the OSS setup
5959
# python python/tests/test_mock_cuda.py

0 commit comments

Comments
 (0)