From 598080451b84503c66a18b32f89197f70457085e Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Mon, 16 Dec 2019 12:10:17 +0100
Subject: [PATCH] Mark test_datahandling xfail

---
 tests/test_datahandling.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_datahandling.py b/tests/test_datahandling.py
index f552d99..a11eba3 100644
--- a/tests/test_datahandling.py
+++ b/tests/test_datahandling.py
@@ -14,6 +14,7 @@ from pystencils_autodiff.framework_integration.datahandling import PyTorchDataHa
 pystencils_reco = pytest.importorskip('pystencils_reco')
 
 
+@pytest.mark.xfail(reason="Needs datahandling PR integrated into pystencils", strict=False)
 def test_datahandling():
     dh = PyTorchDataHandling((20, 30))
 
-- 
GitLab