Disable a test case for Windows 64 bit.

This commit is contained in:
Roman Telezhynskyi 2021-02-24 16:45:20 +02:00
parent f46c604bd2
commit d3b9defbc6

View file

@ -343,11 +343,13 @@ void TST_VAbstractPiece::LayoutAllowanceRemoveLoop_data()
QStringLiteral("://smart_pattern_#58/output.json"),
18.897637795275593 /*seam allowance width (0.5 cm)*/);
#if !(defined(Q_OS_WIN) && defined(Q_PROCESSOR_X86_64))
// See file src/app/share/collection/test/smart_pattern_#99.val
ASSERT_TEST_CASE("Incorrect fix of distortion",
QStringLiteral("://smart_pattern_#99/input.json"),
QStringLiteral("://smart_pattern_#99/output.json"),
28.346456692913389 /*seam allowance width*/);
#endif
}
//---------------------------------------------------------------------------------------------------------------------