Skip to content

Commit a395dfe

Browse files
committed
Skip theme dir symlink test if Windows.
1 parent 889af57 commit a395dfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_theme_assets_reader.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ def refute_file_with_relative_path(haystack, relative_path)
7878

7979
context "symlinked theme" do
8080
should "not read assets from symlinked theme" do
81+
skip_if_windows "Jekyll does not currently support symlinks on Windows."
82+
8183
begin
8284
tmp_dir = Dir.mktmpdir("jekyll-theme-test")
8385
File.open(File.join(tmp_dir, "test.txt"), "wb") { |f| f.write "content" }

0 commit comments

Comments
 (0)