From 22b40781d9267d6b8ecad6be08f679fe5c39d561 Mon Sep 17 00:00:00 2001 From: Fedor Nezhivoy Date: Sun, 11 Oct 2015 16:12:27 +0600 Subject: [PATCH] skip patchSchema test --- src/utils/__tests__/patchSchema.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/__tests__/patchSchema.spec.js b/src/utils/__tests__/patchSchema.spec.js index 51cd698..707c1cb 100644 --- a/src/utils/__tests__/patchSchema.spec.js +++ b/src/utils/__tests__/patchSchema.spec.js @@ -1,5 +1,5 @@ import test from 'tape'; -test('patchSchema works correctly', assert => { - +test('patchSchema works correctly', { skip: true }, assert => { + });