mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 06:07:57 +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));
|
||||
});
|
||||
|
||||
it.only('skips cleanup in case of data corruption', async () => {
|
||||
it('skips cleanup in case of data corruption', async () => {
|
||||
const removeStubs = stubRemoveMethods(false);
|
||||
|
||||
await db.models('engineSnapshot').insert({
|
||||
|
Loading…
Reference in New Issue
Block a user