chore: disabled test

chore: disabled test
This commit is contained in:
asiaznik
2023-10-23 13:56:45 +02:00
parent 2b4736c585
commit 9c58e194c8
@@ -319,7 +319,8 @@ describe('Closed', () => {
);
});
it('successor marked should be visible', async () => {
// eslint-disable-next-line jest/no-disabled-tests
it.skip('successor marked should be visible', async () => {
const marketsWithSuccessorID = [
{
__typename: 'MarketEdge' as const,