Skip to content

Commit

Permalink
Mark as remote_cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
save-buffer committed Jun 4, 2024
1 parent fa3f095 commit 2be3279
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_runner/performance/test_physical_replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def measure_replication_lag(master, replica):
return time.time() - start
time.sleep(0.5)

@pytest.mark.remote_cluster
@pytest.mark.timeout(0)
def test_ro_replica_lag(
pg_bin: PgBin,
Expand Down Expand Up @@ -83,7 +84,7 @@ def test_ro_replica_lag(
if should_delete:
neon_delete_project(neon_api_key, neon_api_base_url, project_id)


@pytest.mark.remote_cluster
@pytest.mark.timeout(0)
def test_replication_start_stop(
pg_bin: PgBin,
Expand Down

0 comments on commit 2be3279

Please sign in to comment.