diff --git a/integration-tests/__tests__/flextesa/sandbox-ballot-operation.spec.ts b/integration-tests/__tests__/flextesa/sandbox-ballot-operation.spec.ts index 60c33177b0..30e469917b 100644 --- a/integration-tests/__tests__/flextesa/sandbox-ballot-operation.spec.ts +++ b/integration-tests/__tests__/flextesa/sandbox-ballot-operation.spec.ts @@ -1,3 +1,8 @@ +/** + * This test is not being run by any runner, + * will keep for future reference if an alternative sandbox is available + */ + import { VotingPeriodBlockResult } from '@taquito/rpc'; import { InMemorySigner } from '@taquito/signer'; import { TezosToolkit } from '@taquito/taquito'; diff --git a/integration-tests/__tests__/flextesa/sandbox-drain-delegate-operation.spec.ts b/integration-tests/__tests__/flextesa/sandbox-drain-delegate-operation.spec.ts index 277c5f6e24..ae46c94696 100644 --- a/integration-tests/__tests__/flextesa/sandbox-drain-delegate-operation.spec.ts +++ b/integration-tests/__tests__/flextesa/sandbox-drain-delegate-operation.spec.ts @@ -1,3 +1,8 @@ +/** + * This test is not being run by any runner, + * will keep for future reference if an alternative sandbox is available + */ + import { TezosToolkit } from "@taquito/taquito"; import { CONFIGS, sleep, isSandbox } from "../../config";