Skip to content

Commit

Permalink
Disable NuGetPushCommandTest.PushCommand_PushTimeoutErrorMessage (#6104)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl authored Oct 17, 2024
1 parent b8efbf3 commit 8694ecd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ public void PushCommand_PushToDirectoryInConfigWithSymbols()
}
}

[Fact]
[Fact(Skip = "https://github.com/NuGet/Home/issues/13864")]
public void PushCommand_PushTimeoutErrorMessage()
{
using (TestDirectory packageDirectory = TestDirectory.Create())
Expand Down

0 comments on commit 8694ecd

Please sign in to comment.