Skip to content

Commit 3258ee1

Browse files
committed
Ignore throttling test as we need an autoresponder to provide the throttling status code. Need to manually run this test
1 parent da50df7 commit 3258ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Microsoft.Graph.Test/Requests/Functional/ErrorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Microsoft.Graph.Test.Requests.Functional
1010
[TestClass]
1111
public class ErrorTests : GraphTestBase
1212
{
13-
//[Ignore] // Setup Fiddler autoresponder
13+
[Ignore] // Setup Fiddler autoresponder
1414
[TestMethod]
1515
public async Task ErrorThrottlingError()
1616
{

0 commit comments

Comments
 (0)