Skip to content

Commit b17fc4c

Browse files
committed
fix skip on mqtt5 client http proxy test
1 parent 40b5aef commit b17fc4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Test/AwsCommonRuntimeKitTests/mqtt/Mqtt5ClientTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ class Mqtt5ClientTests: XCBaseTestCase, @unchecked Sendable {
515515
* [ConnDC-UC5-1] HttpProxy options failed with Apple Network Framework
516516
*/
517517
func testMqtt5HttpProxyFailedOnApple() async throws {
518-
#if AWS_USE_SECITEM
518+
#if !AWS_USE_SECITEM
519519
throw XCTSkip("Http proxy config should only fail on Apple Network Framework")
520520
#endif
521521
let inputHost = "dummy_host"

0 commit comments

Comments
 (0)