Skip to content

Commit 6655ca9

Browse files
Merge pull request #532 from scramjetorg/fix/remove-cpu-features
Remove cpu-features and systeminformation modules
2 parents 540d7c0 + 7384a7a commit 6655ca9

File tree

12 files changed

+2983
-4404
lines changed

12 files changed

+2983
-4404
lines changed

bdd/step-definitions/e2e/host-steps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,12 +695,12 @@ Then("it returns a correct load check with required properties", function() {
695695
assert.ok(data.fsSize.length > 0);
696696
// available);
697697
assert.strictEqual(typeof data.fsSize[0].fs, "string"); //: '/dev/sda1',
698-
assert.strictEqual(typeof data.fsSize[0].type, "string"); //: 'ext4',
698+
// assert.strictEqual(typeof data.fsSize[0].type, "string"); //: 'ext4',
699699
assert.strictEqual(typeof data.fsSize[0].size, "number"); //: 41651752960,
700700
assert.strictEqual(typeof data.fsSize[0].used, "number"); //: 30935633920,
701701
assert.strictEqual(typeof data.fsSize[0].available, "number"); //: 10699341824,
702702
assert.strictEqual(typeof data.fsSize[0].use, "number"); //: 74.3,
703-
assert.strictEqual(typeof data.fsSize[0].mount, "string"); //: '/'
703+
// assert.strictEqual(typeof data.fsSize[0].mount, "string"); //: '/'
704704

705705
return "skip";
706706
});

0 commit comments

Comments
 (0)