We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f00833 commit d9f9b5bCopy full SHA for d9f9b5b
1 file changed
BugSplatDotNetStandard.Test/Api/CrashPostClient.cs
@@ -119,6 +119,7 @@ public async Task CrashPostClient_PostMinidump_ShouldReturn200()
119
}
120
121
[Test]
122
+ [Explicit]
123
public void CrashPostClient_PostMinidump_Returns400IfFileIsTooBig()
124
{
125
var bugsplat = new BugSplat(database, application, version);
0 commit comments