Skip to content

Commit a2200fc

Browse files
CI: Re-enable WITExtractorPluginTests on nightly
1 parent d55e9a3 commit a2200fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/WITExtractorPluginTests/PluginSmokeTests.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import XCTest
22

33
class PluginSmokeTests: XCTestCase {
44
func testExtractPlugin() throws {
5-
#if WASMKIT_CI_TOOLCHAIN_NIGHTLY
6-
throw XCTSkip("XFAIL: https://github.com/swiftwasm/WasmKit/issues/184")
7-
#endif
85
guard ProcessInfo.processInfo.environment["__XCODE_BUILT_PRODUCTS_DIR_PATHS"] == nil else {
96
throw XCTSkip(
107
"\"swift package resolve\" somehow fails to clone git repository only when invoking from Xcode test runner"

0 commit comments

Comments
 (0)