mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-25 13:29:58 +00:00
Merge pull request #1022 from balena-io/roman/fix-test-run
Fix tests run removing .only
This commit is contained in:
commit
ee5b4574b0
@ -279,7 +279,7 @@ describe('LocalModeManager', () => {
|
|||||||
removeStubs.forEach(s => expect(s.remove.callCount).to.be.equal(2));
|
removeStubs.forEach(s => expect(s.remove.callCount).to.be.equal(2));
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only('skips cleanup in case of data corruption', async () => {
|
it('skips cleanup in case of data corruption', async () => {
|
||||||
const removeStubs = stubRemoveMethods(false);
|
const removeStubs = stubRemoveMethods(false);
|
||||||
|
|
||||||
await db.models('engineSnapshot').insert({
|
await db.models('engineSnapshot').insert({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user