We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31d2a0 commit f27f7d3Copy full SHA for f27f7d3
1 file changed
tests/smoke/confirmations/transactions/transaction-pay.spec.ts
@@ -25,7 +25,10 @@ import ActivitiesView from '../../../page-objects/Transactions/ActivitiesView';
25
import PredictMarketList from '../../../page-objects/Predict/PredictMarketList';
26
27
describe(SmokeConfirmations('Transaction Pay'), () => {
28
- it('deposits to predict balance', async () => {
+ // TODO: Re-enable once Predict deposit activity is stable again after the
29
+ // CLOB v2 migration work.
30
+ // eslint-disable-next-line jest/no-disabled-tests -- temporarily disabling a flaky Predict deposit activity assertion
31
+ it.skip('deposits to predict balance', async () => {
32
await withFixtures(
33
{
34
fixture: new FixtureBuilder()
0 commit comments