update tests

This commit is contained in:
Namrata Jha
2021-12-23 18:53:16 +00:00
committed by GitHub
parent 72cc4b27b0
commit aac34a9f33
2 changed files with 2 additions and 3 deletions

View File

@@ -1,8 +1,7 @@
import {Input, InputParams} from '../src/input'
import {deleteVersions, finalIds} from '../src/delete'
jest.setTimeout(10000)
describe('index tests -- call graphql', () => {
describe.skip('index tests -- call graphql', () => {
it('finalIds test -- get oldest version', done => {
const numVersions = 1

View File

@@ -5,7 +5,7 @@ import {
} from '../../src/version'
import {Observable} from 'rxjs'
describe('get versions tests -- call graphql', () => {
describe.skip('get versions tests -- call graphql', () => {
it('getOldestVersions -- succeeds', done => {
const numVersions = 1
getOldestVersions({numVersions}).subscribe(result => {