Skip to content

Commit 9594ea9

Browse files
nproshunrkazants
andauthored
[TF FE] Reenable TestSwitchMergeWithVariablePredicate test on GPU (#30766)
### Details: - *Enables test that was previously skipped on GPU, because it is no longer failing.* ### Tickets: - *156244* Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
1 parent 2595451 commit 9594ea9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/layer_tests/tensorflow_tests/test_tf_SwitchMerge.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,5 @@ def switch_merge_with_variable_predicate_net(self, x_shape, cond_shape, cond_val
100100
@pytest.mark.nightly
101101
def test_switch_merge_with_variable_predicate(self, x_shape, cond_shape, cond_value,
102102
ie_device, precision, ir_version, temp_dir):
103-
if ie_device == 'GPU':
104-
pytest.skip("156244: accuracy error on GPU")
105103
self._test(*self.switch_merge_with_variable_predicate_net(x_shape, cond_shape, cond_value),
106104
ie_device, precision, ir_version, temp_dir=temp_dir)

0 commit comments

Comments
 (0)