test: Disable the gsheet test (#22111)

## Description
- Disable gsheet tests

## Type of change
- Cypress


## How Has This Been Tested?
- Cypress

## Checklist:
### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or
manual QA
- [ ] Organized project review call with relevant stakeholders after
Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
This commit is contained in:
Saroj 2023-04-05 14:34:24 +05:30 committed by GitHub
parent 9566e54a19
commit 33514cbde3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/* eslint-disable no-console */
const testdata = require("../../../fixtures/testdata.json");
import { ObjectsRegistry } from "../../../support/Objects/Registry";
import { CURRENT_REPO, REPO } from "../../../fixtures/REPO";
const testdata = require("../../fixtures/testdata.json");
import { ObjectsRegistry } from "../../support/Objects/Registry";
import { CURRENT_REPO, REPO } from "../../fixtures/REPO";
let agHelper = ObjectsRegistry.AggregateHelper;
const tedUrl = "http://localhost:5001/v1/parent/cmd";