From 01350d870dba9b77da6bb3f785976fd640fb85be Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Sat, 2 Nov 2024 08:21:02 +0500 Subject: [PATCH] Skip flaky test (#7083) --- tests/sanity/tests/recruiting/talents.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sanity/tests/recruiting/talents.spec.ts b/tests/sanity/tests/recruiting/talents.spec.ts index 2bcb8572a6..e13a8453a3 100644 --- a/tests/sanity/tests/recruiting/talents.spec.ts +++ b/tests/sanity/tests/recruiting/talents.spec.ts @@ -73,7 +73,7 @@ test.describe('candidate/talents tests', () => { await talentsPage.checkTalentNotExist(talentName) }) - test('Merge contacts', async () => { + test.skip('Merge contacts', async () => { const firstLocation = 'Location 1' const secondLocation = 'Location 2'