mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-25 05:19:59 +00:00
Fix tests run removing .only
The issue was introduced with one of the recent changes related to local mode cleanup. Change-type: patch Signed-off-by: Roman Mazur <roman@balena.io>
This commit is contained in:
parent
064d082836
commit
aad1129f26
@ -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