Skip to content

Commit

Permalink
uncomment local node skip
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed Feb 7, 2024
1 parent 71bf8aa commit a5eacd3
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 a5eacd3

Please sign in to comment.