mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 07:37:08 +00:00
Disable 'no_fire' test due to changes in Smartsource software
This commit is contained in:
@@ -45,11 +45,13 @@
|
|||||||
name: "No fire"
|
name: "No fire"
|
||||||
id: no_fire
|
id: no_fire
|
||||||
check: |
|
check: |
|
||||||
const currentShot = currentItem;
|
// const currentShot = currentItem;
|
||||||
const gunData = currentItem._("raw_meta.smsrc");
|
// const gunData = currentItem._("raw_meta.smsrc");
|
||||||
(gunData && gunData.guns && gunData.guns.length != gunData.num_active)
|
// (gunData && gunData.guns && gunData.guns.length != gunData.num_active)
|
||||||
? `Source ${gunData.src_number}: No fire (${gunData.guns.length - gunData.num_active} guns)`
|
// ? `Source ${gunData.src_number}: No fire (${gunData.guns.length - gunData.num_active} guns)`
|
||||||
: true;
|
// : true;
|
||||||
|
// Disabled due to changes in Smartsource software. It now returns all guns on every shot, not just active ones.
|
||||||
|
true
|
||||||
|
|
||||||
-
|
-
|
||||||
name: "Pressure errors"
|
name: "Pressure errors"
|
||||||
|
|||||||
Reference in New Issue
Block a user