Skip to content

Commit

Permalink
Disable stat tests
Browse files Browse the repository at this point in the history
Summary: These `stat` tests aren't aging well and have always been brittle. Hermit is largely unsupported now, so I'm disabling them.

Reviewed By: capickett

Differential Revision: D54096278

fbshipit-source-id: 9f003b6aae2b218e995fbb826faa730c3005832b
  • Loading branch information
jasonwhite authored and facebook-github-bot committed Feb 24, 2024
1 parent 1422082 commit e2cfbe6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions detcore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @generated by autocargo from //hermetic_infra/hermit/detcore:[detcore,syscaller,tests_misc,tests_parallelism,tests_stats,tests_time]
# @generated by autocargo from //hermetic_infra/hermit/detcore:[detcore,syscaller,tests_misc,tests_parallelism,tests_time]

[package]
name = "detcore"
Expand All @@ -19,10 +19,6 @@ path = "tests/misc/mod.rs"
name = "tests_parallelism"
path = "tests/parallelism/mod.rs"

[[test]]
name = "tests_stats"
path = "tests/stats/mod.rs"

[[test]]
name = "tests_time"
path = "tests/time/mod.rs"
Expand Down

0 comments on commit e2cfbe6

Please sign in to comment.