Skip to content

Commit 3e3c2ae

Browse files
authored
DEV: Skip test that is resetting state of other plugins. (discourse#48)
Follow-up to d1a912e
1 parent d1a912e commit 3e3c2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/plugin_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
}
134134
end
135135

136-
it 'stores custom attributes in the user associated account' do
136+
xit 'stores custom attributes in the user associated account' do
137137
custom_path = 'account.custom_attr'
138138
DiscoursePluginRegistry.register_oauth2_basic_additional_json_path(
139139
custom_path,

0 commit comments

Comments
 (0)