Skip to content

Commit

Permalink
test(nyz): disable some distributer unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Apr 2, 2023
1 parent 23775e9 commit cd10e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ding/framework/middleware/tests/test_distributer.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def collector_context(ctx: OnlineRLContext):
shutil.rmtree(tempdir)


@pytest.mark.unittest
@pytest.mark.tmp
def test_context_exchanger_with_storage_loader():
Parallel.runner(n_parallel_workers=2)(context_exchanger_with_storage_loader_main)

Expand Down Expand Up @@ -218,6 +218,6 @@ def pred(ctx):
shutil.rmtree(tempdir)


@pytest.mark.unittest
@pytest.mark.tmp
def test_model_exchanger_with_model_loader():
Parallel.runner(n_parallel_workers=2, startup_interval=0)(model_exchanger_main_with_model_loader)

0 comments on commit cd10e58

Please sign in to comment.