Skip to content

Commit

Permalink
Ignore replication test
Browse files Browse the repository at this point in the history
Which generates a different exception on different PG versions
  • Loading branch information
roji committed Sep 14, 2023
1 parent b0bbd9f commit 35cc5b5
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -120,6 +120,7 @@ await using (var transaction = c.BeginTransaction(IsolationLevel.RepeatableRead)
[Test(Description = "Since we currently don't provide an API to start a transaction on a logical replication connection, " +
"USE_SNAPSHOT currently doesn't work and always leads to an exception. On the other hand, starting" +
"a transaction would only be useful if we'd also provide an API to issue commands.")]
[Ignore("A different PG15/16 throw a different exception")]
public Task CreateLogicalReplicationSlot_with_SnapshotInitMode_Use()
=> SafeReplicationTest(
async (slotName, _) =>
Expand Down Expand Up @@ -209,4 +210,4 @@ public Task CreateLogicalReplicationSlot_with_disposed_connection_throws()
});

protected override string Postfix => "commonl_l";
}
}

0 comments on commit 35cc5b5

Please sign in to comment.