Skip to content
代码片段 群组 项目
未验证 提交 43f02e18 编辑于 作者: Simon Knox's avatar Simon Knox 提交者: GitLab
浏览文件

Merge branch '10898-quarantine-flaky-tests' into 'master'

Quarantine flaky integration tests

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184246



Merged-by: default avatarSimon Knox <simon@gitlab.com>
Approved-by: default avatarSimon Knox <simon@gitlab.com>
Co-authored-by: default avatarAlexander Turinske <aturinske@gitlab.com>
No related branches found
No related tags found
2 合并请求!3031Merge per-main-jh to main-jh by luzhiyuan,!3030Merge per-main-jh to main-jh
......@@ -45,7 +45,9 @@ describe('Skip ci for pipeline execution policy', () => {
await waitForPromises();
});
it('allows to skip ci configuration for pipeline execution', async () => {
// quarantine: https://gitlab.com/gitlab-org/gitlab/-/issues/523910
// eslint-disable-next-line jest/no-disabled-tests
it.skip('allows to skip ci configuration for pipeline execution', async () => {
const verifyRuleMode = () => {
expect(findSkipCiSelector().exists()).toBe(true);
};
......
......@@ -37,7 +37,9 @@ describe('Skip ci for scan execution policy', () => {
createWrapper({ glFeatures: { securityPoliciesSkipCi: true } });
});
it('allows to skip ci configuration for scan execution', async () => {
// quarantine: https://gitlab.com/gitlab-org/gitlab/-/issues/523910
// eslint-disable-next-line jest/no-disabled-tests
it.skip('allows to skip ci configuration for scan execution', async () => {
const verifyRuleMode = () => {
expect(findSkipCiSelector().exists()).toBe(true);
};
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册