We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55e9a3 commit a2200fcCopy full SHA for a2200fc
Tests/WITExtractorPluginTests/PluginSmokeTests.swift
@@ -2,9 +2,6 @@ import XCTest
2
3
class PluginSmokeTests: XCTestCase {
4
func testExtractPlugin() throws {
5
- #if WASMKIT_CI_TOOLCHAIN_NIGHTLY
6
- throw XCTSkip("XFAIL: https://github.com/swiftwasm/WasmKit/issues/184")
7
- #endif
8
guard ProcessInfo.processInfo.environment["__XCODE_BUILT_PRODUCTS_DIR_PATHS"] == nil else {
9
throw XCTSkip(
10
"\"swift package resolve\" somehow fails to clone git repository only when invoking from Xcode test runner"
0 commit comments