@@ -604,8 +604,8 @@ async fn test_container_access_policy(ctx: TestContext) -> Result<(), Box<dyn Er
604604 Ok ( ( ) )
605605}
606606
607- // Marking as playback-only to investigate live test pipeline failures.
608- #[ recorded :: test( playback ) ]
607+ # [ recorded :: test]
608+ #[ ignore = "need to investigate live test pipeline failures" ]
609609async fn test_create_container_with_metadata ( ctx : TestContext ) -> Result < ( ) , Box < dyn Error > > {
610610 // Recording Setup
611611 let recording = ctx. recording ( ) ;
@@ -630,8 +630,8 @@ async fn test_create_container_with_metadata(ctx: TestContext) -> Result<(), Box
630630 Ok ( ( ) )
631631}
632632
633- // Marking as playback-only to investigate live test pipeline failures.
634- #[ recorded :: test( playback ) ]
633+ # [ recorded :: test]
634+ #[ ignore = "need to investigate live test pipeline failures" ]
635635async fn test_list_blobs_with_include_options ( ctx : TestContext ) -> Result < ( ) , Box < dyn Error > > {
636636 // Recording Setup
637637 let recording = ctx. recording ( ) ;
@@ -704,8 +704,8 @@ async fn test_list_blobs_with_include_options(ctx: TestContext) -> Result<(), Bo
704704 Ok ( ( ) )
705705}
706706
707- // Marking as playback-only to investigate live test pipeline failures.
708- #[ recorded :: test( playback ) ]
707+ # [ recorded :: test]
708+ #[ ignore = "need to investigate live test pipeline failures" ]
709709async fn test_list_blobs_with_prefix ( ctx : TestContext ) -> Result < ( ) , Box < dyn Error > > {
710710 // Recording Setup
711711 let recording = ctx. recording ( ) ;
@@ -744,8 +744,8 @@ async fn test_list_blobs_with_prefix(ctx: TestContext) -> Result<(), Box<dyn Err
744744 Ok ( ( ) )
745745}
746746
747- // Marking as playback-only to investigate live test pipeline failures.
748- #[ recorded :: test( playback ) ]
747+ # [ recorded :: test]
748+ #[ ignore = "need to investigate live test pipeline failures" ]
749749async fn test_list_blobs_with_uncommitted_blobs_include (
750750 ctx : TestContext ,
751751) -> Result < ( ) , Box < dyn Error > > {
@@ -804,8 +804,8 @@ async fn test_list_blobs_with_uncommitted_blobs_include(
804804 Ok ( ( ) )
805805}
806806
807- // Marking as playback-only to investigate live test pipeline failures.
808- #[ recorded :: test( playback ) ]
807+ # [ recorded :: test]
808+ #[ ignore = "need to investigate live test pipeline failures" ]
809809async fn test_list_blobs_with_deleted_include ( ctx : TestContext ) -> Result < ( ) , Box < dyn Error > > {
810810 // TODO: requires an account with blob soft-delete enabled (set via Set Blob Service Properties,
811811 // deleteRetentionPolicy.enabled = true). Record this test against such an account.
@@ -866,8 +866,8 @@ async fn test_list_blobs_with_deleted_include(ctx: TestContext) -> Result<(), Bo
866866 Ok ( ( ) )
867867}
868868
869- // Marking as playback-only to investigate live test pipeline failures.
870- #[ recorded :: test( playback ) ]
869+ # [ recorded :: test]
870+ #[ ignore = "need to investigate live test pipeline failures" ]
871871async fn test_list_blobs_with_copy_include ( ctx : TestContext ) -> Result < ( ) , Box < dyn Error > > {
872872 // Recording Setup
873873 let recording = ctx. recording ( ) ;
@@ -918,8 +918,8 @@ async fn test_list_blobs_with_copy_include(ctx: TestContext) -> Result<(), Box<d
918918 Ok ( ( ) )
919919}
920920
921- // Marking as playback-only to investigate live test pipeline failures.
922- #[ recorded :: test( playback ) ]
921+ # [ recorded :: test]
922+ #[ ignore = "need to investigate live test pipeline failures" ]
923923async fn test_break_lease_with_break_period ( ctx : TestContext ) -> Result < ( ) , Box < dyn Error > > {
924924 // Recording Setup
925925 let recording = ctx. recording ( ) ;
@@ -945,8 +945,8 @@ async fn test_break_lease_with_break_period(ctx: TestContext) -> Result<(), Box<
945945 Ok ( ( ) )
946946}
947947
948- // Marking as playback-only to investigate live test pipeline failures.
949- #[ recorded :: test( playback ) ]
948+ # [ recorded :: test]
949+ #[ ignore = "need to investigate live test pipeline failures" ]
950950async fn test_container_error_codes ( ctx : TestContext ) -> Result < ( ) , Box < dyn Error > > {
951951 // Recording Setup
952952 let recording = ctx. recording ( ) ;
@@ -979,8 +979,8 @@ async fn test_container_error_codes(ctx: TestContext) -> Result<(), Box<dyn Erro
979979 Ok ( ( ) )
980980}
981981
982- // Marking as playback-only to investigate live test pipeline failures.
983- #[ recorded :: test( playback ) ]
982+ # [ recorded :: test]
983+ #[ ignore = "need to investigate live test pipeline failures" ]
984984async fn test_lease_already_present_error_code ( ctx : TestContext ) -> Result < ( ) , Box < dyn Error > > {
985985 // Recording Setup
986986 let recording = ctx. recording ( ) ;
0 commit comments