Skip to content

Commit f81ee19

Browse files
authored
chore: stop ignoring topology test (#17953)
This is passing consistently for me locally, so hopefully we can stop ignoring it. Closes #2186 Signed-off-by: Luke Steensen <[email protected]>
1 parent 77ffce8 commit f81ee19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/topology/test/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,6 @@ async fn topology_swap_sink() {
598598
assert_eq!(vec![event1], res2);
599599
}
600600

601-
#[ignore] // TODO: issue #2186
602601
#[tokio::test]
603602
async fn topology_swap_transform_is_atomic() {
604603
trace_init();

0 commit comments

Comments
 (0)