diff --git a/test/test_theme_assets_reader.rb b/test/test_theme_assets_reader.rb index a78bc7f7..983f63b7 100644 --- a/test/test_theme_assets_reader.rb +++ b/test/test_theme_assets_reader.rb @@ -78,6 +78,8 @@ class TestThemeAssetsReader < JekyllUnitTest context "symlinked theme" do should "not read assets from symlinked theme" do + skip_if_windows "Jekyll does not currently support symlinks on Windows." + begin tmp_dir = Dir.mktmpdir("jekyll-theme-test") File.open(File.join(tmp_dir, "test.txt"), "wb") { |f| f.write "content" }