Skip to content

Commit

Permalink
Merge branch 'main' into issue4350_2
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jun 15, 2022
2 parents c078c4d + a107495 commit e3ba20d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ proptest = { version = "0.10.1", optional = true }
proptest-derive = { version = "0.3.0", optional = true }

[build-dependencies]
vergen = { version = "7.2.0", default-features = false, features = ["cargo", "git"] }
vergen = { version = "7.2.1", default-features = false, features = ["cargo", "git"] }

# test feature lightwalletd-grpc-tests
tonic-build = { version = "0.7.2", optional = true }
Expand Down
5 changes: 4 additions & 1 deletion zebrad/tests/acceptance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1358,8 +1358,11 @@ fn zebra_tracing_conflict() -> Result<()> {
/// Start 2 zebrad nodes using the same RPC listener port, but different
/// state directories and Zcash listener ports. The first node should get
/// exclusive use of the port. The second node will panic.
///
/// This test is sometimes unreliable on Windows, and hangs on macOS.
/// We believe this is a CI infrastructure issue, not a platform-specific issue.
#[test]
#[cfg(not(target_os = "windows"))]
#[cfg(not(any(target_os = "windows", target_os = "macos")))]
fn zebra_rpc_conflict() -> Result<()> {
zebra_test::init();

Expand Down

0 comments on commit e3ba20d

Please sign in to comment.