File tree Expand file tree Collapse file tree
packages/testing/src/execution_testing/cli/pytest_commands/plugins/filler Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1077,15 +1077,8 @@ def t8n(
10771077 session_t8n .reset_traces ()
10781078 session_t8n .call_counter = 0
10791079 session_t8n .debug_dump_dir = dump_dir_parameter_level
1080- # Configure the transition tool to count opcodes only when required.
1081- if (
1082- request .node .get_closest_marker ("benchmark" )
1083- or request .node .get_closest_marker ("stateful" )
1084- or request .node .get_closest_marker ("repricing" )
1085- ):
1086- session_t8n .reset_opcode_count ()
1087- else :
1088- session_t8n .remove_opcode_count ()
1080+ # TODO: Configure the transition tool to count opcodes only when required.
1081+ session_t8n .reset_opcode_count ()
10891082 yield session_t8n
10901083 if session_t8n .output_cache is not None :
10911084 transition_tool_cache_stats .subkey_test_hits += (
You can’t perform that action at this time.
0 commit comments