Skip to content

Commit 0c6b5fc

Browse files
committed
test: skip cash out test for open position in Predictions
1 parent 860d110 commit 0c6b5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/specs/predict/predict-cash-out.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const PredictionMarketFeature = async (mockServer: Mockttp) => {
4444
};
4545

4646
describe(SmokePredictions('Predictions'), () => {
47-
it('should cash out on open position: Spurs vs. Pelicans', async () => {
47+
it.skip('should cash out on open position: Spurs vs. Pelicans', async () => {
4848
await withFixtures(
4949
{
5050
fixture: new FixtureBuilder().withPolygon().build(),

0 commit comments

Comments
 (0)