diff --git a/itests/src/test/resources/testconfiguration.properties b/itests/src/test/resources/testconfiguration.properties index 48d62a8bf9..c5d4e9fef8 100644 --- a/itests/src/test/resources/testconfiguration.properties +++ b/itests/src/test/resources/testconfiguration.properties @@ -285,7 +285,6 @@ minillaplocal.shared.query.files=alter_merge_2_orc.q,\ union8.q,\ union9.q,\ union_stats.q,\ - update_access_time_non_current_db.q, \ update_after_multiple_inserts.q,\ update_all_non_partitioned.q,\ update_all_partitioned.q,\ @@ -739,6 +738,7 @@ minillaplocal.query.files=\ union_fast_stats.q,\ union_remove_26.q,\ union_top_level.q,\ + update_access_time_non_current_db.q, \ vector_annotate_stats_select.q,\ vector_auto_smb_mapjoin_14.q,\ vector_char_varchar_1.q,\ diff --git a/ql/src/test/results/clientpositive/update_access_time_non_current_db.q.out b/ql/src/test/results/clientpositive/llap/update_access_time_non_current_db.q.out similarity index 100% rename from ql/src/test/results/clientpositive/update_access_time_non_current_db.q.out rename to ql/src/test/results/clientpositive/llap/update_access_time_non_current_db.q.out