mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 16:56:07 +00:00
Skip flaky test (#7083)
This commit is contained in:
parent
084eca268e
commit
01350d870d
@ -73,7 +73,7 @@ test.describe('candidate/talents tests', () => {
|
|||||||
await talentsPage.checkTalentNotExist(talentName)
|
await talentsPage.checkTalentNotExist(talentName)
|
||||||
})
|
})
|
||||||
|
|
||||||
test('Merge contacts', async () => {
|
test.skip('Merge contacts', async () => {
|
||||||
const firstLocation = 'Location 1'
|
const firstLocation = 'Location 1'
|
||||||
const secondLocation = 'Location 2'
|
const secondLocation = 'Location 2'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user