From db4ff688da690f3b7c182e5e9f4f9146518c1d69 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Tue, 31 Jul 2018 15:38:14 -0700 Subject: Fix failing spec in fallback diff note change --- spec/lib/gitlab/bitbucket_server_import/importer_spec.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'spec/lib') diff --git a/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb b/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb index ae067a9f79a..760cd3eb7f3 100644 --- a/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb +++ b/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb @@ -221,9 +221,6 @@ describe Gitlab::BitbucketServerImport::Importer do expect(notes.first.note).to start_with('*Comment on .gitmodules') expect(notes.second.note).to start_with('*Comment on .gitmodules') end - - it 'restores branches of inaccessible SHAs' do - end end describe 'inaccessible branches' do -- cgit v1.2.3