@@ -1339,6 +1339,7 @@ async fn test_delete() {
13391339
13401340#[ asyncs:: test]
13411341#[ test_log:: test]
1342+ #[ allow( deprecated) ]
13421343async fn test_oneshot_watcher ( ) {
13431344 let cluster = Cluster :: new ( ) . await ;
13441345 let client = cluster. client ( None ) . await ;
@@ -1611,6 +1612,7 @@ async fn test_fail_watch_with_concurrent_passive_remove() {
16111612
16121613#[ asyncs:: test]
16131614#[ test_log:: test]
1615+ #[ allow( deprecated) ]
16141616async fn test_persistent_watcher ( ) {
16151617 let cluster = Cluster :: new ( ) . await ;
16161618 let client = cluster. client ( None ) . await ;
@@ -1791,6 +1793,7 @@ async fn test_watcher_coexist_on_same_path() {
17911793
17921794#[ asyncs:: test]
17931795#[ test_log:: test]
1796+ #[ allow( deprecated) ]
17941797async fn test_watcher_remove_after_client_closed ( ) {
17951798 let cluster = Cluster :: new ( ) . await ;
17961799 let client = cluster. client ( None ) . await ;
@@ -1811,6 +1814,7 @@ async fn test_watcher_remove_after_client_closed() {
18111814
18121815#[ asyncs:: test]
18131816#[ test_log:: test]
1817+ #[ allow( deprecated) ]
18141818async fn test_watcher_remove_session_expired ( ) {
18151819 let cluster = Cluster :: new ( ) . await ;
18161820 let client = cluster. client ( None ) . await ;
@@ -1841,6 +1845,7 @@ async fn test_watcher_remove_session_expired() {
18411845// Use a single thread executor to predict request process order.
18421846#[ asyncs:: test( parallelism = 1 ) ]
18431847#[ test_log:: test]
1848+ #[ allow( deprecated) ]
18441849async fn test_watcher_remove_no_watcher ( ) {
18451850 let cluster = Cluster :: new ( ) . await ;
18461851 let client = cluster. client ( None ) . await ;
0 commit comments