We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889af57 commit a395dfeCopy full SHA for a395dfe
test/test_theme_assets_reader.rb
@@ -78,6 +78,8 @@ def refute_file_with_relative_path(haystack, relative_path)
78
79
context "symlinked theme" do
80
should "not read assets from symlinked theme" do
81
+ skip_if_windows "Jekyll does not currently support symlinks on Windows."
82
+
83
begin
84
tmp_dir = Dir.mktmpdir("jekyll-theme-test")
85
File.open(File.join(tmp_dir, "test.txt"), "wb") { |f| f.write "content" }
0 commit comments