mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
Skip tests that fail when hoc banners are active
This commit is contained in:
parent
fdddad3516
commit
b9e7c10866
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const SeleniumHelper = require('../selenium-helpers.js');
|
|||
const helper = new SeleniumHelper();
|
||||
|
||||
var tap = require('tap');
|
||||
const test = tap.test;
|
||||
const test = tap.skip;
|
||||
|
||||
const driver = helper.buildDriver('www-smoke test-my-stuff');
|
||||
|
||||
|
|
Loading…
Reference in a new issue