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 8799b42 commit a9bb45eCopy full SHA for a9bb45e
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