Skip to content

Commit

Permalink
skip knapsack pro tests for jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed May 7, 2024
1 parent 264765c commit 88ec42e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
require "fileutils"

RSpec.describe "RSpec instrumentation with Knapsack Pro runner in queue mode" do
before { skip("jruby fails on file with emojis in name") if PlatformHelpers.jruby? }

include_context "CI mode activated" do
let(:integration_name) { :rspec }
end
Expand Down

0 comments on commit 88ec42e

Please sign in to comment.