diff --git a/tests/ttnn/integration_tests/resnet/test_ttnn_functional_resnet50.py b/tests/ttnn/integration_tests/resnet/test_ttnn_functional_resnet50.py index e2bfbb65877..9f5fa7a40fe 100644 --- a/tests/ttnn/integration_tests/resnet/test_ttnn_functional_resnet50.py +++ b/tests/ttnn/integration_tests/resnet/test_ttnn_functional_resnet50.py @@ -277,9 +277,6 @@ def create_test_infra(device, batch_size, act_dtype, weight_dtype, math_fidelity ), ) def test_resnet_50(device, batch_size, act_dtype, weight_dtype, math_fidelity): - if batch_size == 8: - pytest.skip("Skipping batch_size=8 until 7599 is resolved.") - ttnn.CONFIG.enable_logging = True ttnn.CONFIG.enable_detailed_buffer_report = True test_infra = create_test_infra(device, batch_size, act_dtype, weight_dtype, math_fidelity)