Merge pull request #13600 from overleaf/ae-skip-project-list-root

Skip flaky ProjectListRoot tests

GitOrigin-RevId: a0a6d55635e63c9fb19d4e8ed8d8005af0f57515
This commit is contained in:
Alf Eaton
2023-07-04 09:12:12 +01:00
committed by Copybot
parent d756020bf4
commit 7012e85a68

View File

@@ -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