Commit 59bee145 authored by Mark Florian's avatar Mark Florian

Merge branch '209776-quarantine-test' into 'master'

Quarantine commit description test

See merge request gitlab-org/gitlab!28762
parents d2729cd1 1fd3657b
......@@ -59,7 +59,9 @@ describe('diffs/components/commit_item', () => {
expect(titleElement.text()).toBe(commit.title_html);
});
it('renders commit description', () => {
// https://gitlab.com/gitlab-org/gitlab/-/issues/209776
// eslint-disable-next-line jest/no-disabled-tests
it.skip('renders commit description', () => {
const descElement = getDescElement();
const descExpandElement = getDescExpandElement();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment