File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
RestSharp.IntegrationTests Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- using System ;
1+ using NUnit . Framework ;
2+ using RestSharp . IntegrationTests . Helpers ;
3+ using System ;
24using System . Linq ;
35using System . Net ;
46using System . Threading ;
57using System . Threading . Tasks ;
6- using NUnit . Framework ;
7- using RestSharp . IntegrationTests . Helpers ;
88
99namespace RestSharp . IntegrationTests
1010{
@@ -136,6 +136,7 @@ public void Can_Perform_GetTaskAsync_With_Response_Type()
136136 }
137137 }
138138
139+ #if ! APPVEYOR
139140 [ Test ]
140141 public void Can_Cancel_GET_TaskAsync ( )
141142 {
@@ -154,6 +155,7 @@ public void Can_Cancel_GET_TaskAsync()
154155 Assert . True ( task . IsCanceled ) ;
155156 }
156157 }
158+ #endif
157159
158160 [ Test ]
159161 public void Can_Cancel_GET_TaskAsync_With_Response_Type ( )
You can’t perform that action at this time.
0 commit comments