Skip to content

Commit

Permalink
chore: ITGrpcTest only grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Jun 22, 2023
1 parent 70ed81c commit 2576284
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
@RunWith(StorageITRunner.class)
@CrossRun(
backends = {Backend.TEST_BENCH},
transports = {Transport.HTTP, Transport.GRPC})
transports = {Transport.GRPC})
public final class ITGrpcTest {

@Inject public Storage storage;
Expand Down

0 comments on commit 2576284

Please sign in to comment.