Skip to content

Commit

Permalink
bring back skip
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed Feb 5, 2024
1 parent f71a3d6 commit cce5fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XMTPTestHelpers/TestHelpers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cce5fec

Please sign in to comment.