Skip to content

Commit

Permalink
abitest: re-enable server streaming tests (#1150)
Browse files Browse the repository at this point in the history
PR submission overlap between #1105 and #1117
  • Loading branch information
daviddrysdale authored Jun 15, 2020
1 parent 5ad2cd7 commit e007ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/abitest/example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module_1 = { Cargo = { cargo_manifest = "examples/abitest/module_1/rust/Cargo.to

[clients]
cpp = { Bazel = { bazel_target = "//examples/abitest/client:client" }, additional_args = [
"--test_exclude=(Storage|GrpcServerServerStreamingMethod)",
"--test_exclude=Storage",
"--cert_chain=../../../../../../../../examples/certs/local/local.pem",
"--private_key=../../../../../../../../examples/certs/local/local.key",
] }

0 comments on commit e007ec8

Please sign in to comment.