Skip to content

Commit 09e36df

Browse files
authored
DEV: Skip core features specs on stable (#269)
The shared example is not available in stable yet
1 parent d5f5e93 commit 09e36df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/system/core_features_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# frozen_string_literal: true
22

33
RSpec.describe "Core features", type: :system do
4+
# TODO: Stop skipping when shared example is available in stable
5+
next if Discourse.git_branch == "stable"
6+
47
before { enable_current_plugin }
58

69
it_behaves_like "having working core features"

0 commit comments

Comments
 (0)