File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
core/Azure.Core.Experimental
monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Azure.Monitor.OpenTelemetry.Exporter.Tests Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1111- ` MessageWithMetadata ` is now in the ` Azure ` namespace rather than ` Azure.Messaging ` .
1212- Changed ` ContentType ` property of ` MessageWithMetadata ` from a ` string ` to a ` ContentType `
1313
14- ### Bugs Fixed
15-
16- ### Other Changes
17-
1814## 0.1.0-preview.19 (2022-01-11)
1915
2016### Features Added
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ static OfflineStorageTests()
3737 HttpPipelineHelper . MinimumRetryInterval = 6000 ;
3838 }
3939
40- [ Fact ]
40+ [ Fact ( Skip = "https://github.com/Azure/azure-sdk-for-net/issues/26783" ) ]
4141 public void Success200 ( )
4242 {
4343 var activity = CreateActivity ( "TestActivity" ) ;
@@ -92,7 +92,7 @@ public void FailureResponseCode500()
9292 transmitter . storage . GetBlob ( ) . Lease ( 1000 ) . Delete ( ) ;
9393 }
9494
95- [ Fact ]
95+ [ Fact ( Skip = "https://github.com/Azure/azure-sdk-for-net/issues/26783" ) ]
9696 public void FailureResponseCode429 ( )
9797 {
9898 var activity = CreateActivity ( "TestActivity" ) ;
@@ -122,7 +122,7 @@ public void FailureResponseCode429()
122122 transmitter . storage . GetBlob ( ) . Lease ( 1000 ) . Delete ( ) ;
123123 }
124124
125- [ Fact ]
125+ [ Fact ( Skip = "https://github.com/Azure/azure-sdk-for-net/issues/26783" ) ]
126126 public void FailureResponseCode206 ( )
127127 {
128128 var activity1 = CreateActivity ( "TestActivity1" ) ;
You can’t perform that action at this time.
0 commit comments