Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
skip blob tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rducom committed Jun 4, 2021
1 parent 2a4a3f0 commit f21fb6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TCC.Tests/BlobStorageTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public BlobStorageTests(EnvVarFixture envVarFixture)
_envVarFixture = envVarFixture;
}

[Fact]
[Fact(Skip = "desactivated accound")]
public async Task AzcopyUploadTest()
{
var dep = new ExternalDependencies(new NullLogger<ExternalDependencies>());
Expand All @@ -51,7 +51,7 @@ public async Task AzcopyUploadTest()
Assert.True(success);
}

[Fact]
[Fact(Skip = "desactivated accound")]
public async Task SdkUploadTest()
{
var dep = new ExternalDependencies(new NullLogger<ExternalDependencies>());
Expand Down

0 comments on commit f21fb6f

Please sign in to comment.