Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7192c856
Commit
7192c856
authored
Sep 14, 2021
by
Erick Banks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add requires_admin tag to index tests
parent
a02a6b3e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
qa/qa/specs/features/ee/api/enablement/elasticsearch/index_tests/issues_index/issue_index_spec.rb
...lasticsearch/index_tests/issues_index/issue_index_spec.rb
+1
-1
qa/qa/specs/features/ee/api/enablement/elasticsearch/index_tests/main_index/blob_index_spec.rb
...t/elasticsearch/index_tests/main_index/blob_index_spec.rb
+1
-1
qa/qa/specs/features/ee/api/enablement/elasticsearch/index_tests/merge_request_index/merge_request_index_spec.rb
...dex_tests/merge_request_index/merge_request_index_spec.rb
+1
-1
qa/qa/specs/features/ee/api/enablement/elasticsearch/index_tests/notes_index/note_index_spec.rb
.../elasticsearch/index_tests/notes_index/note_index_spec.rb
+1
-1
No files found.
qa/qa/specs/features/ee/api/enablement/elasticsearch/index_tests/issues_index/issue_index_spec.rb
View file @
7192c856
...
...
@@ -5,7 +5,7 @@ require 'securerandom'
module
QA
RSpec
.
describe
'Enablement:Search'
do
describe
'When using elasticsearch API to search for a public issue'
,
:orchestrated
,
:elasticsearch
do
describe
'When using elasticsearch API to search for a public issue'
,
:orchestrated
,
:elasticsearch
,
:requires_admin
do
let
(
:api_client
)
{
Runtime
::
API
::
Client
.
new
(
:gitlab
)
}
let
(
:issue
)
do
...
...
qa/qa/specs/features/ee/api/enablement/elasticsearch/index_tests/main_index/blob_index_spec.rb
View file @
7192c856
...
...
@@ -5,7 +5,7 @@ require 'securerandom'
module
QA
RSpec
.
describe
'Enablement:Search'
do
describe
'When using elasticsearch API to search for a public blob'
,
:orchestrated
,
:elasticsearch
do
describe
'When using elasticsearch API to search for a public blob'
,
:orchestrated
,
:elasticsearch
,
:requires_admin
do
let
(
:api_client
)
{
Runtime
::
API
::
Client
.
new
(
:gitlab
)
}
let
(
:project
)
do
...
...
qa/qa/specs/features/ee/api/enablement/elasticsearch/index_tests/merge_request_index/merge_request_index_spec.rb
View file @
7192c856
...
...
@@ -5,7 +5,7 @@ require 'securerandom'
module
QA
RSpec
.
describe
'Enablement:Search'
do
describe
'When using elasticsearch API to search for a public merge request'
,
:orchestrated
,
:elasticsearch
do
describe
'When using elasticsearch API to search for a public merge request'
,
:orchestrated
,
:elasticsearch
,
:requires_admin
do
let
(
:api_client
)
{
Runtime
::
API
::
Client
.
new
(
:gitlab
)
}
let
(
:merge_request
)
do
...
...
qa/qa/specs/features/ee/api/enablement/elasticsearch/index_tests/notes_index/note_index_spec.rb
View file @
7192c856
...
...
@@ -5,7 +5,7 @@ require 'securerandom'
module
QA
RSpec
.
describe
'Enablement:Search'
do
describe
'When using elasticsearch API to search for a public note'
,
:orchestrated
,
:elasticsearch
do
describe
'When using elasticsearch API to search for a public note'
,
:orchestrated
,
:elasticsearch
,
:requires_admin
do
let
(
:api_client
)
{
Runtime
::
API
::
Client
.
new
(
:gitlab
)
}
let
(
:issue
)
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment