Skip to content

Commit

Permalink
added test version guard
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Jun 9, 2022
1 parent 51ca41a commit 9d8b770
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/jetream409_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ Deno.test("409 - max_bytes", async () => {

Deno.test("409 - max msg size", async () => {
const { ns, nc } = await setup(jetstreamServerConf({}, true));
if (await notCompatible(ns, nc, "2.8.3")) {
return;
}
const { stream, subj } = await initStream(nc);

const jsm = await nc.jetstreamManager();
Expand Down

0 comments on commit 9d8b770

Please sign in to comment.