Skip to content

Commit

Permalink
Reenable possibly flaky graph test. (pantsbuild#19912)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw authored Sep 22, 2023
1 parent d774751 commit e74ace4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/engine/graph/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ async fn invalidate_with_changed_dependencies() {
);
}

#[ignore] // flaky: https://github.com/pantsbuild/pants/issues/10839
// Historically flaky: https://github.com/pantsbuild/pants/issues/10839
#[tokio::test]
async fn invalidate_randomly() {
let graph = empty_graph();
Expand Down

0 comments on commit e74ace4

Please sign in to comment.