From af9e518f12594d70d75c6cef3a5b0586879822d8 Mon Sep 17 00:00:00 2001 From: Christopher Andrew Hinchey Date: Tue, 3 Jan 2023 17:45:24 -0500 Subject: [PATCH] Added comment for problematic test Signed-off-by: Christopher Andrew Hinchey --- test/commands/convert/convert.test.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/test/commands/convert/convert.test.ts b/test/commands/convert/convert.test.ts index 2e973ae5d5..6326031e69 100644 --- a/test/commands/convert/convert.test.ts +++ b/test/commands/convert/convert.test.ts @@ -1,12 +1,14 @@ -import {expect, test} from '@oclif/test' +// This file contains problems (See Issue #978) + +import { expect, test } from '@oclif/test' import tmp from 'tmp' import path from 'path' import fs from 'fs' -import {omitHDFChangingFields} from '../utils' -import {execSync} from 'child_process' +import { omitHDFChangingFields } from '../utils' +import { execSync } from 'child_process' describe('Test (generic) convert', () => { - const tmpobj = tmp.dirSync({unsafeCleanup: true}) + const tmpobj = tmp.dirSync({ unsafeCleanup: true }) test .it('hdf-converter output test (asff)', () => {