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 ;
2
4
using System . Linq ;
3
5
using System . Net ;
4
6
using System . Threading ;
5
7
using System . Threading . Tasks ;
6
- using NUnit . Framework ;
7
- using RestSharp . IntegrationTests . Helpers ;
8
8
9
9
namespace RestSharp . IntegrationTests
10
10
{
@@ -136,6 +136,7 @@ public void Can_Perform_GetTaskAsync_With_Response_Type()
136
136
}
137
137
}
138
138
139
+ #if ! APPVEYOR
139
140
[ Test ]
140
141
public void Can_Cancel_GET_TaskAsync ( )
141
142
{
@@ -154,6 +155,7 @@ public void Can_Cancel_GET_TaskAsync()
154
155
Assert . True ( task . IsCanceled ) ;
155
156
}
156
157
}
158
+ #endif
157
159
158
160
[ Test ]
159
161
public void Can_Cancel_GET_TaskAsync_With_Response_Type ( )
You can’t perform that action at this time.
0 commit comments