Skip to content

Commit 4e1c6af

Browse files
authored
Merge pull request scratchfoundation#5178 from paulkaplan/skip-flakey
Skip flakey test
2 parents 03d9f8f + dc69cce commit 4e1c6af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/blocks.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ describe('Working with the blocks', () => {
232232
await clickText('costume3', scope.blocksTab);
233233
});
234234

235-
test('Adding a sound DOES update the default sound name in the toolbox', async () => {
235+
// Skipped because it was flakey on travis, but seems to run locally ok
236+
test.skip('Adding a sound DOES update the default sound name in the toolbox', async () => {
236237
await loadUri(uri);
237238
await clickText('Sounds');
238239
await clickXpath('//button[@aria-label="Choose a Sound"]');

0 commit comments

Comments
 (0)