We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
xfail
1 parent 8c29b52 commit 46f0716Copy full SHA for 46f0716
tensorflow_transform/beam/analysis_graph_builder_test.py
@@ -16,6 +16,7 @@
16
import os
17
import sys
18
19
+import pytest
20
import tensorflow as tf
21
import tensorflow_transform as tft
22
from tensorflow_transform import analyzer_nodes
@@ -412,6 +413,8 @@ class AnalysisGraphBuilderTest(tft_unit.TransformTestCase):
412
413
],
414
)
415
416
+ @pytest.mark.xfail(run=False, reason="PR 315 This class contains tests that fail and needs to be fixed. "
417
+ "If all tests pass, please remove this mark.")
418
def test_build(
419
self,
420
feature_spec,
0 commit comments