diff --git a/VectoCore/VectoCoreTest/Models/SimulationComponent/VTPCycleValidationTest.cs b/VectoCore/VectoCoreTest/Models/SimulationComponent/VTPCycleValidationTest.cs
index 20053a123949a362122b3e97d414f4e4d34ee3ff..7f37bd13a6c90cc3eec20821b5086f643f397faa 100644
--- a/VectoCore/VectoCoreTest/Models/SimulationComponent/VTPCycleValidationTest.cs
+++ b/VectoCore/VectoCoreTest/Models/SimulationComponent/VTPCycleValidationTest.cs
@@ -55,7 +55,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent
 	{
 		public static List<string> LogList = new List<string>();
 
-		const string Header = "<t> [s],<v> [km/h],<n_eng> [rpm],<n_fan> [rpm],<tq_left> [Nm],<tq_right> [Nm],<n_wh_left> [rpm],<n_wh_right> [rpm],<fc> [g/h],<gear>";
+		const string Header = "<t> [s],<v> [km/h],<n_eng> [rpm],<n_fan> [rpm],<tq_left> [Nm],<tq_right> [Nm],<n_wh_left> [rpm],<n_wh_right> [rpm],<fc_Diesel CI> [g/h],<gear>";
 
 
 		[TestCase()]
@@ -309,7 +309,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent
 			
 		}
 
-		[TestCase()]
+		[TestCase(), Ignore("FC-Checks disabled (dual fuel)")]
 		public void TestFuelConsumptionTooLow()
 		{
 			SetupLogging();
@@ -339,7 +339,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent
 
 		}
 
-		[TestCase()]
+		[TestCase(), Ignore("FC-Checks disabled (dual fuel")]
 		public void TestFuelConsumptionLowOK()
 		{
 			SetupLogging();