Skip to content
代码片段 群组 项目
未验证 提交 9f801056 编辑于 作者: Kerri Miller's avatar Kerri Miller 提交者: GitLab
浏览文件

Merge branch 'quarantine-flaky-tests-spec-requests-api-draft_notes_spec-rb-28' into 'master'

No related branches found
No related tags found
无相关合并请求
...@@ -26,7 +26,8 @@ ...@@ -26,7 +26,8 @@
expect(response).to have_gitlab_http_status(:ok) expect(response).to have_gitlab_http_status(:ok)
end end
it "returns only draft notes authored by the current user" do it "returns only draft notes authored by the current user",
quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/448707' do
get api(base_url, user) get api(base_url, user)
draft_note_ids = json_response.pluck("id") draft_note_ids = json_response.pluck("id")
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册