Skip to content

Commit 8e27218

Browse files
Update
1 parent e82af3d commit 8e27218

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integration/aot_identical_test.py

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

8282

83+
@pytest.mark.integration_test
8384
class AotHloIdenticalTest(AotBaseTest):
8485
"""Tests for Ahead of Time Compilation HLO Graph Verification."""
8586

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

160161

162+
@pytest.mark.integration_test
161163
class AotJaxprIdenticalTest(AotBaseTest):
162164
"""Tests for Ahead of Time Compilation Jaxpr Verification."""
163165

0 commit comments

Comments
 (0)