Skip to content

Commit b0de9f1

Browse files
committed
test: ignore too many submissions test with drivers based on thread pool
1 parent fdbd0cf commit b0de9f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compio/tests/runtime.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ async fn drop_on_complete() {
127127
}
128128

129129
#[compio_macros::test]
130+
#[cfg_attr(
131+
not(any(windows, all(target_os = "linux", feature = "io-uring"))),
132+
ignore
133+
)]
130134
async fn too_many_submissions() {
131135
let tempfile = tempfile();
132136

0 commit comments

Comments
 (0)