From ada8415551e401023e1d3663754b8112da5a88c1 Mon Sep 17 00:00:00 2001 From: Davis Sawali Date: Mon, 24 Jun 2024 15:35:36 -0700 Subject: [PATCH] add informative comment to keep the existing sandbox tests --- .../__tests__/flextesa/sandbox-ballot-operation.spec.ts | 5 +++++ .../flextesa/sandbox-drain-delegate-operation.spec.ts | 5 +++++ 2 files changed, 10 insertions(+) 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";