From 3e3c2ae44dbd4aa7c30be4c4806838773bdeebd8 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Fri, 2 Jul 2021 16:16:03 +0800 Subject: [PATCH] DEV: Skip test that is resetting state of other plugins. (#48) Follow-up to d1a912ebc8ade079acd2f2f5423cccf7f67f7f5d --- spec/plugin_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/plugin_spec.rb b/spec/plugin_spec.rb index 864d8e8..a608b9b 100644 --- a/spec/plugin_spec.rb +++ b/spec/plugin_spec.rb @@ -133,7 +133,7 @@ describe OAuth2BasicAuthenticator do } end - it 'stores custom attributes in the user associated account' do + xit 'stores custom attributes in the user associated account' do custom_path = 'account.custom_attr' DiscoursePluginRegistry.register_oauth2_basic_additional_json_path( custom_path,