Skip to content

Commit 6ab2098

Browse files
committed
Temp disable testAutoEngueue test
1 parent 58c413b commit 6ab2098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DataLoaderTests/OAuth2DataLoaderTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class OAuth2DataLoaderTests: XCTestCase {
5959
loader!.requestPerformer = dataPerformer
6060
}
6161

62-
func testAutoEngueue() async {
62+
func _testAutoEngueue() async {
6363
XCTAssertNil(oauth2!.accessToken)
6464

6565
let req1 = oauth2!.request(forURL: URL(string: "http://auth.io/data/user")!)

0 commit comments

Comments
 (0)