Skip to content

Commit

Permalink
test upd
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Feb 27, 2024
1 parent e9b3503 commit f44265b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ void deflate(Protocol protocol) {
}

void doTest(Protocol protocol, Compression compression) {
assumeTrue(protocol != Protocol.VST);
assumeTrue(protocol != Protocol.HTTP_VPACK);
assumeTrue(protocol != Protocol.HTTP_JSON);
assumeTrue(protocol != Protocol.VST, "VST does not support compression");
assumeTrue(protocol != Protocol.HTTP_VPACK, "hex dumps logs");
assumeTrue(protocol != Protocol.HTTP_JSON, "hex dumps logs");

ArangoDB adb = dbBuilder()
.protocol(protocol)
Expand Down

0 comments on commit f44265b

Please sign in to comment.