Skip to content

Commit

Permalink
disable test_task_stop on Windows (qdrant#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay authored and generall committed Feb 7, 2023
1 parent 1687e71 commit c50dc1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/collection/src/common/stoppable_task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ mod tests {
n
}

// Test is disabled on Windows because it is flaky there
// https://github.com/qdrant/qdrant/issues/1442
#[cfg(not(target_os = "windows"))]
#[tokio::test]
async fn test_task_stop() {
let handle = spawn_stoppable(long_task);
Expand Down

0 comments on commit c50dc1e

Please sign in to comment.