@@ -590,6 +590,7 @@ pub fn random_dbname() -> String {
590590 format ! ( "test_{}" , s)
591591}
592592
593+ #[ cfg( unix) ]
593594#[ tokio:: test]
594595async fn short_chain ( ) {
595596 let builder = TesterBuilder :: new ( ) . await ;
@@ -617,6 +618,7 @@ async fn short_chain() {
617618 . await ;
618619}
619620
621+ #[ cfg( unix) ]
620622#[ tokio:: test]
621623async fn short_chain_sync_starts_on_skip_slot ( ) {
622624 let builder = TesterBuilder :: new ( ) . await ;
@@ -654,6 +656,7 @@ async fn short_chain_sync_starts_on_skip_slot() {
654656 . await ;
655657}
656658
659+ #[ cfg( unix) ]
657660#[ tokio:: test]
658661async fn short_chain_with_skip_slot ( ) {
659662 let builder = TesterBuilder :: new ( ) . await ;
@@ -698,6 +701,7 @@ async fn short_chain_with_skip_slot() {
698701 . await ;
699702}
700703
704+ #[ cfg( unix) ]
701705#[ tokio:: test]
702706async fn short_chain_with_reorg ( ) {
703707 let builder = TesterBuilder :: new ( ) . await ;
@@ -744,6 +748,7 @@ async fn short_chain_with_reorg() {
744748 . await ;
745749}
746750
751+ #[ cfg( unix) ]
747752#[ tokio:: test]
748753async fn chain_grows ( ) {
749754 let builder = TesterBuilder :: new ( ) . await ;
@@ -807,6 +812,7 @@ async fn chain_grows() {
807812 . await ;
808813}
809814
815+ #[ cfg( unix) ]
810816#[ tokio:: test]
811817async fn chain_grows_with_metadata ( ) {
812818 let builder = TesterBuilder :: new ( ) . await ;
@@ -913,6 +919,7 @@ async fn chain_grows_with_metadata() {
913919 . await ;
914920}
915921
922+ #[ cfg( unix) ]
916923#[ tokio:: test]
917924async fn chain_grows_with_metadata_and_multiple_skip_slots ( ) {
918925 let builder = TesterBuilder :: new ( ) . await ;
@@ -1026,6 +1033,7 @@ async fn chain_grows_with_metadata_and_multiple_skip_slots() {
10261033 . await ;
10271034}
10281035
1036+ #[ cfg( unix) ]
10291037#[ tokio:: test]
10301038async fn chain_grows_to_second_epoch ( ) {
10311039 let builder = TesterBuilder :: new ( ) . await ;
@@ -1113,6 +1121,7 @@ async fn chain_grows_to_second_epoch() {
11131121 . await ;
11141122}
11151123
1124+ #[ cfg( unix) ]
11161125#[ tokio:: test]
11171126async fn large_chain ( ) {
11181127 let builder = TesterBuilder :: new ( ) . await ;
0 commit comments