Skip slow tests by default.

This commit is contained in:
Will Scullin 2019-11-23 18:45:05 -08:00
parent 1f31bfe1e2
commit 3e5c54e444
No known key found for this signature in database
GPG Key ID: 9092A5C0A673416B

View File

@ -5,7 +5,7 @@ import Test65C02 from './roms/65C02test';
import { toHex } from '../js/util';
describe('CPU', function () {
describe.skip('CPU', function () {
var cpu;
var lastPC = 0;
var done = false;