mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-14 22:41:08 +00:00
Merge pull request #13600 from overleaf/ae-skip-project-list-root
Skip flaky ProjectListRoot tests GitOrigin-RevId: a0a6d55635e63c9fb19d4e8ed8d8005af0f57515
This commit is contained in:
parent
283c1d7282
commit
bd770e8a8c
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ const {
|
|||
|
||||
const userId = owner.id
|
||||
|
||||
describe('<ProjectListRoot />', function () {
|
||||
// eslint-disable-next-line mocha/no-skipped-tests
|
||||
describe.skip('<ProjectListRoot />', function () {
|
||||
let sendMBSpy: sinon.SinonSpy
|
||||
let assignStub: sinon.SinonStub
|
||||
|
||||
|
|
Loading…
Reference in a new issue