From 011b40d6e65f681b1dd9e6b9e11ae74b198b334f Mon Sep 17 00:00:00 2001 From: Martin Lang <67915889+lang-m@users.noreply.github.com> Date: Thu, 9 May 2024 11:15:13 +0200 Subject: [PATCH] Extend list of unsupported tests Skip new hysteresis test from https://github.com/ubermag/micromagnetictests/pull/46 --- mumax3c/tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mumax3c/tests/conftest.py b/mumax3c/tests/conftest.py index 989cf34..c85006c 100644 --- a/mumax3c/tests/conftest.py +++ b/mumax3c/tests/conftest.py @@ -7,6 +7,7 @@ "TestEnergy.test_zeeman_zeeman", "TestExchange.test_field", "test_simple_hysteresis_loop", + "test_stepped_hysteresis_loop", "TestMinDriver.test_evolver_nodriver", "TestMinDriver.test_evolver_driver", "TestMinDriver.test_wrong_evolver",