Skip to content

Commit

Permalink
Update spec/std/process_spec.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Müller <[email protected]>
  • Loading branch information
HertzDevil and straight-shoota authored Sep 10, 2024
1 parent 6bfbae4 commit c411108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/std/process_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ pending_interpreted describe: Process do
{% end %}

describe ".exec" do
it "redirects STDIN and STDOUT to files" do
it "redirects STDIN and STDOUT to files", tags: %w[slow] do
with_tempfile("crystal-exec-stdin", "crystal-exec-stdout") do |stdin_path, stdout_path|
File.write(stdin_path, "foobar")

Expand Down

0 comments on commit c411108

Please sign in to comment.