Skip to content

Commit ae56ca7

Browse files
authored
Fixes to CHANGELOG to release Azure.Core.Experimental (Azure#26859)
* update changelog * disable flaky tests
1 parent b4baa9d commit ae56ca7

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

sdk/core/Azure.Core.Experimental/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
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

sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Azure.Monitor.OpenTelemetry.Exporter.Tests/OfflineStorageTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)