From 41a50b87ab464dec4aa460ffcac634a73cf59046 Mon Sep 17 00:00:00 2001 From: BryceLTaylor <brycet@media.mit.edu> Date: Fri, 7 Feb 2020 14:05:22 -0500 Subject: [PATCH] =?UTF-8?q?Skip=20blocks=20=E2=80=9Crenaming=20costume=20w?= =?UTF-8?q?tih=20special=20character=E2=80=9D=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/integration/blocks.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/blocks.test.js b/test/integration/blocks.test.js index d0199330b..edaccfae1 100644 --- a/test/integration/blocks.test.js +++ b/test/integration/blocks.test.js @@ -193,7 +193,7 @@ describe('Working with the blocks', () => { await clickText('newname', scope.blocksTab); }); - test('Renaming costume with a special character should not break toolbox', async () => { + test.skip('Renaming costume with a special character should not break toolbox', async () => { await loadUri(uri); // Rename the costume -- GitLab