Skip to content

Commit f146768

Browse files
committed
test/pkg: restrict code-coverage to unix_only
1 parent 7e0d1b8 commit f146768

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/pkg.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ temp_pkg_dir() do
7878
end
7979

8080
# Testing with code-coverage
81+
@unix_only begin # TODO: delete unix_only when #8911, #9654 are fixed
8182
temp_pkg_dir() do
8283
Pkg.generate("PackageWithCodeCoverage", "MIT", config=Dict("user.name"=>"Julia Test", "user.email"=>"[email protected]"))
8384

@@ -118,3 +119,4 @@ end"""
118119
@test covlines[i] == covline
119120
end
120121
end
122+
end

0 commit comments

Comments
 (0)