mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Skip slow tests by default.
This commit is contained in:
parent
1f31bfe1e2
commit
3e5c54e444
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user