mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Chore: disable flaky tests (#63251)
Of the last 10 failures, only two tests were flaking. This disables those tests until we can figure out why they were flaking.
This commit is contained in:
parent
0b8d12dcad
commit
af22bd261f
@ -181,7 +181,8 @@ test.describe('file header', () => {
|
||||
)
|
||||
})
|
||||
|
||||
test('dropdown menu', async ({ page }) => {
|
||||
// Disabled because flaky in CI
|
||||
test.fixme('dropdown menu', async ({ page }) => {
|
||||
await page.goto(url)
|
||||
|
||||
async function openDropdown() {
|
||||
|
||||
@ -56,7 +56,8 @@ test.beforeEach(async ({ sg }) => {
|
||||
})
|
||||
})
|
||||
|
||||
test('paginate contributors', async ({ page }) => {
|
||||
// Disabled because flaky in CI
|
||||
test.fixme('paginate contributors', async ({ page }) => {
|
||||
await page.goto(url)
|
||||
await expect(page.getByRole('row')).toHaveCount(5)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user