Skip to content

Commit d14dd2f

Browse files
authored
[AutoDeploy] re-enable waive for flaky AD test (NVIDIA#5867)
Signed-off-by: Lucas Liebenwein <11156568+lucaslie@users.noreply.github.com>
1 parent 9d894bc commit d14dd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest/_torch/auto_deploy/unit/multigpu/test_ad_build_small_multi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
)
2121
def test_build_ad(world_size: int, experiment_config: Dict):
22-
if world_size > 2:
22+
if world_size > 1:
2323
pytest.skip("https://nvbugspro.nvidia.com/bug/5331013")
2424

2525
experiment_config["args"]["world_size"] = world_size

0 commit comments

Comments
 (0)