Skip to content

Commit d97ad4c

Browse files
dflemstrfrankfarzan
authored andcommitted
Temporarily disable tests awaiting clarity around testing strategy
1 parent e2a9f2b commit d97ad4c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ts/demo-functions/src/kubeval_test.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ import {
1010
const RUNNER = new TestRunner(kubeval);
1111

1212
describe('kubeval', () => {
13-
it('handles objects without errors', async () => {
13+
// TODO(dflemstr): disabled until we've figured out whether to mock the
14+
// kubeval invocation or shell out to a sandboxed version.
15+
xit('handles objects without errors', async () => {
1416
await RUNNER.assert(
1517
new Configs([Namespace.named('something')]),
1618
new Configs([Namespace.named('something')])
1719
);
1820
});
19-
it('reacts on errors', async () => {
21+
xit('reacts on errors', async () => {
2022
const deployment = new Deployment({
2123
metadata: new ObjectMeta({
2224
name: 'something',

0 commit comments

Comments
 (0)