Skip to content

Commit 160b5d7

Browse files
authored
[SOT] Temperarily disable SOT step profiler ut (#67853)
* [SOT] Temperarily disable SOT step profiler * empty commit, test=document_fix
1 parent aea5c20 commit 160b5d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/sot/test_step_profiler.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import paddle
2020
from paddle.jit import sot
21-
from paddle.jit.sot.utils import sot_step_profiler_guard, strict_mode_guard
21+
from paddle.jit.sot.utils import strict_mode_guard
2222
from paddle.pir_utils import DygraphPirGuard
2323

2424

@@ -43,7 +43,8 @@ def forward(self, x):
4343

4444

4545
class TestStepProfilerSmokeTest(unittest.TestCase):
46-
@sot_step_profiler_guard(True)
46+
# Temperarily disable this test
47+
# @sot_step_profiler_guard(True)
4748
@strict_mode_guard(False)
4849
def test_step_profiler_smoke(self):
4950
with DygraphPirGuard():

0 commit comments

Comments
 (0)