summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2016-09-20 09:16:35 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-10-13 14:16:34 -0500
commit6af52d7d23cf9dbfcd58a2d3031ed19887f7a558 (patch)
tree8b3fa8a56ca59861365c0e7eecf59f253098b8b5
parent4743d19463e7aef965665e43238af73820d18d7f (diff)
downloadgitlab-ce-6af52d7d23cf9dbfcd58a2d3031ed19887f7a558.tar.gz
We now support resolving conflicts with ambiguous markers
-rw-r--r--spec/features/merge_requests/conflicts_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/merge_requests/conflicts_spec.rb b/spec/features/merge_requests/conflicts_spec.rb
index 759edf8ec80..1e8aeacea05 100644
--- a/spec/features/merge_requests/conflicts_spec.rb
+++ b/spec/features/merge_requests/conflicts_spec.rb
@@ -42,7 +42,6 @@ feature 'Merge request conflict resolution', js: true, feature: true do
UNRESOLVABLE_CONFLICTS = {
'conflict-too-large' => 'when the conflicts contain a large file',
'conflict-binary-file' => 'when the conflicts contain a binary file',
- 'conflict-contains-conflict-markers' => 'when the conflicts contain a file with ambiguous conflict markers',
'conflict-missing-side' => 'when the conflicts contain a file edited in one branch and deleted in another',
'conflict-non-utf8' => 'when the conflicts contain a non-UTF-8 file',
}