Skip to content

Commit

Permalink
tests: Pause Storage Universe Domain tests
Browse files Browse the repository at this point in the history
See b/384633853
  • Loading branch information
amanda-tarafa committed Dec 17, 2024
1 parent f267357 commit 4c124b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public UniverseDomainTest()
_objectName = "ud-test-object";
}

[Fact]
[Fact(Skip = "b/384633853")]
public void UniverseDomain()
{
_storage = new StorageClientBuilder { CredentialsPath = _credsPath, UniverseDomain = _universeDomain }.Build();
Expand Down

0 comments on commit 4c124b5

Please sign in to comment.