Skip to content

Commit

Permalink
Disable spec that gets stuck on Windows (#9913)
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin authored Nov 13, 2020
1 parent 6238614 commit 3c44f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/compiler/crystal/tools/doc/project_info_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe Crystal::Doc::ProjectInfo do
File.write("shard.yml", "name: foo\nversion: 1.0")
end

it "git missing" do
pending_win32 "git missing" do
Crystal::Git.executable = "git-missing-executable"

assert_with_defaults(ProjectInfo.new(nil, nil), ProjectInfo.new("foo", "1.0", refname: nil))
Expand Down

0 comments on commit 3c44f94

Please sign in to comment.