Skip to content

Commit 40f33b8

Browse files
Update
1 parent c8904bd commit 40f33b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/aot_identical_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def check_large_files_equal(self, file_path1, file_path2):
8080
return h1.hexdigest() == h2.hexdigest()
8181

8282

83-
@pytest.mark.integration_test
8483
class AotHloIdenticalTest(AotBaseTest):
8584
"""Tests for Ahead of Time Compilation HLO Graph Verification."""
8685

@@ -159,6 +158,7 @@ def test_default_hlo_match(self):
159158
self.assert_compile_and_real_match_hlo("default_run")
160159

161160

161+
@pytest.mark.integration_test
162162
class AotJaxprIdenticalTest(AotBaseTest):
163163
"""Tests for Ahead of Time Compilation Jaxpr Verification."""
164164

0 commit comments

Comments
 (0)