Skip to content

Commit

Permalink
chore: stop ignoring topology test (vectordotdev#17953)
Browse files Browse the repository at this point in the history
This is passing consistently for me locally, so hopefully we can stop
ignoring it.

Closes vectordotdev#2186

Signed-off-by: Luke Steensen <luke.steensen@gmail.com>
  • Loading branch information
lukesteensen committed Jul 13, 2023
1 parent 1dfc3e1 commit a05542a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/topology/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ async fn topology_swap_sink() {
assert_eq!(vec![event1], res2);
}

#[ignore] // TODO: issue #2186
#[tokio::test]
async fn topology_swap_transform_is_atomic() {
trace_init();
Expand Down

0 comments on commit a05542a

Please sign in to comment.