We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc7b5a commit a302e47Copy full SHA for a302e47
clash_lib/src/proxy/shadowquic/mod.rs
@@ -286,23 +286,6 @@ mod tests {
286
})
287
}
288
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
- }
306
#[tokio::test]
307
#[serial_test::serial]
308
async fn test_shadowquic_over_stream() -> anyhow::Result<()> {
0 commit comments