Skip to content

Commit 2b65a82

Browse files
authored
fix: remove flaky beacon entry size test (#6092)
1 parent a47d237 commit 2b65a82

File tree

4 files changed

+0
-88
lines changed

4 files changed

+0
-88
lines changed

Cargo.lock

Lines changed: 0 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ name = "forest"
1414
[workspace.dependencies]
1515
anyhow = "1"
1616
cid = { version = "0.11", default-features = false, features = ["std"] }
17-
dhat = "0.3"
1817
flume = "0.11"
1918
futures = "0.3"
2019
get-size2 = { version = "0.6", features = ["derive", "hashbrown"] }

interop-tests/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ publish = false
1313
[dev-dependencies]
1414
anyhow = { workspace = true }
1515
cid = { workspace = true }
16-
dhat = { workspace = true }
1716
flume = { workspace = true }
1817
forest = { package = "forest-filecoin", path = "../", default-features = false, features = [
1918
"rustalloc",
2019
"interop-tests-private",
2120
"no-f3-sidecar",
2221
] }
2322
futures = { workspace = true }
24-
get-size2 = { workspace = true }
2523
libp2p = { workspace = true, features = [
2624
'kad',
2725
'identify',

interop-tests/tests/dhat_get_size_beacon_entry.rs

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)