rte-france / or-tools

Google's Operations Research tools:
https://developers.google.com/optimization/
Apache License 2.0
10 stars 9 forks source link

disable a fragile test sirius_interface.cc #101

Closed sgatto closed 11 months ago

sgatto commented 11 months ago

I propose to disable on the Sirius interface tests since it defines a behaviour that is not perfectly defined across the two versions of Sirius (antares-integration and metrix-integration).

TEST(SiriusInterface, DISABLED_SetVariableInteger) { // Here we test a badly definied behaviour // depending on the sirius version the sirius-workflow breaks at: // either the call of x->SetInteger(false) like the test suggest // or at solver.Solve() because integer variables are not supported