Skip to content

Commit

Permalink
Merge branch 'main' into onecollector-benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch authored Mar 16, 2023
2 parents ece6161 + 5f587d4 commit d5820e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void FileBlobProvider_E2E_Test()
testDirectory.Delete(true);
}

[Fact]
[Fact(Skip = "Unstable")]
public void FileBlobProvider_CreateBlobReturnsNullIfblobProviderIsFull()
{
var testDirectory = new DirectoryInfo(Path.Combine(Path.GetTempPath(), Path.GetRandomFileName()));
Expand Down

0 comments on commit d5820e6

Please sign in to comment.