Skip to content

Commit

Permalink
fix test_sync_execute create session duplciately
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Aug 24, 2022
1 parent 581dc20 commit 11bf076
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mars/deploy/oscar/tests/test_ray_dag_oscar.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ async def test_iterative_tiling(ray_start_regular_shared2, create_cluster):
await test_local.test_iterative_tiling(create_cluster)


@require_ray
@pytest.mark.parametrize("config", [{"backend": "ray"}])
def test_sync_execute(ray_start_regular_shared2, create_cluster, config):
test_local.test_sync_execute(config)


@pytest.mark.asyncio
@require_ray
async def test_execute_describe(ray_start_regular_shared2, create_cluster):
Expand Down

0 comments on commit 11bf076

Please sign in to comment.