Skip to content

Commit

Permalink
[Persistent storage] Disable unstable test (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishweshbankwar authored Mar 16, 2023
1 parent 90e7888 commit 5f587d4
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 5f587d4

Please sign in to comment.