Skip to content

Commit 278873d

Browse files
committed
Skip TestSyncWithCommits on other than particular platforms
No one uses `sync_default_gems_with` on other platforms; it is used by the dedicated workflow and a few developers only.
1 parent de3a6cd commit 278873d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool/test/test_sync_default_gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,5 +314,5 @@ def test_delete_after_conflict
314314
assert_equal(":ok\n""Should.be_merged\n", File.read("src/lib/common.rb"), out)
315315
assert_not_operator(File, :exist?, "src/lib/bad.rb", out)
316316
end
317-
end
317+
end if /darwin|linux/ =~ RUBY_PLATFORM
318318
end

0 commit comments

Comments
 (0)