Commit b9e7c108 authored by rschamp's avatar rschamp

Skip tests that fail when hoc banners are active

parent fdddad35
......@@ -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');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment