Skip to content

Commit

Permalink
Enable multithreading specs on Windows CI (#12843)
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil authored Dec 15, 2022
1 parent 174bb00 commit 7b26311
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions spec/std/thread/condition_variable_spec.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{% skip_file if flag?(:win32) %} # FIXME: enable after #11647

{% if flag?(:musl) %}
# FIXME: These thread specs occasionally fail on musl/alpine based ci, so
# they're disabled for now to reduce noise.
Expand Down
2 changes: 0 additions & 2 deletions spec/std/thread/mutex_spec.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{% skip_file if flag?(:win32) %} # FIXME: enable after #11647

{% if flag?(:musl) %}
# FIXME: These thread specs occasionally fail on musl/alpine based ci, so
# they're disabled for now to reduce noise.
Expand Down
2 changes: 0 additions & 2 deletions spec/std/thread_spec.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{% skip_file if flag?(:win32) %} # FIXME: enable after #11647

require "spec"

{% if flag?(:musl) %}
Expand Down

0 comments on commit 7b26311

Please sign in to comment.