Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit b6761e5a authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

ignoring testcases as fuel checks are disabled now

parent 365c21c6
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment