diff --git a/spec/components/search_spec.rb b/spec/components/search_spec.rb index cdc5a31fc2c..26541126f6e 100644 --- a/spec/components/search_spec.rb +++ b/spec/components/search_spec.rb @@ -190,7 +190,6 @@ describe Search do # stop words should work results = Search.execute('this', search_context: post1.topic) results.posts.length.should == 4 - end end @@ -361,6 +360,8 @@ describe Search do end it 'finds chinese topic based on title' do + skip("skipped until pg app installs the db correctly") if RbConfig::CONFIG["arch"] =~ /darwin/ + SiteSetting.default_locale = 'zh_TW' topic = Fabricate(:topic, title: 'My Title Discourse社區指南') post = Fabricate(:post, topic: topic)