Skip to content

Commit

Permalink
disable one test (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
00vareladavid committed Sep 30, 2019
1 parent 5d4f4c0 commit 71a307c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/repl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ temp_pkg_dir() do project_path; cd(project_path) do
end # testset
end end

#=
temp_pkg_dir() do project_path; cd(project_path) do
mktempdir() do tmp
cp(joinpath(@__DIR__, "test_packages", "BigProject"), joinpath(tmp, "BigProject"))
Expand Down Expand Up @@ -439,6 +440,7 @@ temp_pkg_dir() do project_path; cd(project_path) do
end
end
end; end
=#

temp_pkg_dir() do project_path
cd(project_path) do
Expand Down

0 comments on commit 71a307c

Please sign in to comment.