Skip to content

Commit a51e770

Browse files
committed
Revert "Skip apparently-troublesome test on CI for now"
This reverts commit bdb0610.
1 parent c689263 commit a51e770

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

railties/test/generators/app_generator_test.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,8 +774,6 @@ def test_css_option_with_asset_pipeline_tailwind
774774
end
775775

776776
def test_css_option_with_cssbundling_gem
777-
skip if ENV["CI"]
778-
779777
run_generator [destination_root, "--css", "postcss", "--no-skip-bundle"]
780778
assert_gem "cssbundling-rails"
781779
assert_file "app/assets/stylesheets/application.postcss.css"

0 commit comments

Comments
 (0)