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:
parent
9566e54a19
commit
33514cbde3
|
|
@ -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";
|
||||
Loading…
Reference in New Issue
Block a user