diff --git a/e2e/specs/predict/predict-cash-out.spec.ts b/e2e/specs/predict/predict-cash-out.spec.ts index 6e499432fa5d..271a8b139165 100644 --- a/e2e/specs/predict/predict-cash-out.spec.ts +++ b/e2e/specs/predict/predict-cash-out.spec.ts @@ -44,7 +44,7 @@ const PredictionMarketFeature = async (mockServer: Mockttp) => { }; describe(SmokePredictions('Predictions'), () => { - it('should cash out on open position: Spurs vs. Pelicans', async () => { + it.skip('should cash out on open position: Spurs vs. Pelicans', async () => { await withFixtures( { fixture: new FixtureBuilder().withPolygon().build(),