mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 21:26:38 +00:00
Rework system & large drives handling logic
Change-type: patch Changelog-entry: Rework system & large drives handling logic Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
parent
2e3978b3c9
commit
b4e6970119
@ -700,11 +700,6 @@ describe('Shared: DriveConstraints', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should return false if the drive is not large enough and is a source drive', function () {
|
it('should return false if the drive is not large enough and is a source drive', function () {
|
||||||
console.log('YAYYY', {
|
|
||||||
...image,
|
|
||||||
path: path.join(this.mountpoint, 'rpi.img'),
|
|
||||||
size: 5000000000,
|
|
||||||
});
|
|
||||||
expect(
|
expect(
|
||||||
constraints.isDriveValid(this.drive, {
|
constraints.isDriveValid(this.drive, {
|
||||||
...image,
|
...image,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user