Skip to content
Snippets Groups Projects
Unverified Commit 600172f8 authored by Bryce Taylor's avatar Bryce Taylor Committed by GitHub
Browse files

Merge pull request #5443 from BryceLTaylor/skip-flakey-test

Skip blocks “renaming costume wtih special character” test
parents d99360e0 41a50b87
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment