Skip to content

Commit a302e47

Browse files
authored
chore: fix shadowquic ci failed (#789)
1 parent dbc7b5a commit a302e47

File tree

1 file changed

+0
-17
lines changed
  • clash_lib/src/proxy/shadowquic

1 file changed

+0
-17
lines changed

clash_lib/src/proxy/shadowquic/mod.rs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -286,23 +286,6 @@ mod tests {
286286
})
287287
}
288288

289-
#[tokio::test]
290-
#[serial_test::serial]
291-
async fn test_shadowquic_over_datagram() -> anyhow::Result<()> {
292-
initialize();
293-
let opts = gen_options(false)?;
294-
295-
let handler = Arc::new(Handler::new("test-shadowquic".into(), opts));
296-
handler
297-
.register_connector(GLOBAL_DIRECT_CONNECTOR.clone())
298-
.await;
299-
run_test_suites_and_cleanup(
300-
handler,
301-
get_shadowquic_runner().await?,
302-
Suite::all(),
303-
)
304-
.await
305-
}
306289
#[tokio::test]
307290
#[serial_test::serial]
308291
async fn test_shadowquic_over_stream() -> anyhow::Result<()> {

0 commit comments

Comments
 (0)