diff --git a/Sources/XMTPTestHelpers/TestHelpers.swift b/Sources/XMTPTestHelpers/TestHelpers.swift index 5182b70b..9ef4a82e 100644 --- a/Sources/XMTPTestHelpers/TestHelpers.swift +++ b/Sources/XMTPTestHelpers/TestHelpers.swift @@ -23,7 +23,7 @@ public struct TestConfig { } static public func skipIfNotRunningLocalNodeTests() throws { -// try XCTSkipIf(!TEST_SERVER_ENABLED, "requires local node") + try XCTSkipIf(!TEST_SERVER_ENABLED, "requires local node") } static public func skip(because: String) throws {