We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00508e commit c8904bdCopy full SHA for c8904bd
1 file changed
tests/integration/aot_identical_test.py
@@ -80,6 +80,7 @@ def check_large_files_equal(self, file_path1, file_path2):
80
return h1.hexdigest() == h2.hexdigest()
81
82
83
+@pytest.mark.integration_test
84
class AotHloIdenticalTest(AotBaseTest):
85
"""Tests for Ahead of Time Compilation HLO Graph Verification."""
86
0 commit comments