From b6761e5ae1b6de11ffd79386bae029e154c4b658 Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Tue, 5 May 2020 07:19:38 +0200 Subject: [PATCH] ignoring testcases as fuel checks are disabled now --- .../Models/SimulationComponent/VTPCycleValidationTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VectoCore/VectoCoreTest/Models/SimulationComponent/VTPCycleValidationTest.cs b/VectoCore/VectoCoreTest/Models/SimulationComponent/VTPCycleValidationTest.cs index 7f37bd13a6..0d668dd6d9 100644 --- a/VectoCore/VectoCoreTest/Models/SimulationComponent/VTPCycleValidationTest.cs +++ b/VectoCore/VectoCoreTest/Models/SimulationComponent/VTPCycleValidationTest.cs @@ -339,7 +339,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent } - [TestCase(), Ignore("FC-Checks disabled (dual fuel")] + [TestCase()] public void TestFuelConsumptionLowOK() { SetupLogging(); @@ -368,7 +368,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent } - [TestCase()] + [TestCase(), Ignore("FC-Checks disabled (dual fuel")] public void TestFuelConsumptionTooHigh() { SetupLogging(); -- GitLab