Commit ee60abb5 authored by Huo, Jiaquan's avatar Huo, Jiaquan
Browse files

Revert "add copy ltv files to relevant tests"

This reverts commit 8dbfff75.
parent 53fcf6ee
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -587,7 +587,6 @@ pytest-compare-20ms-and-5ms-rendering:
  script:
    - *print-common-info
    - *disable-limiter
    - *copy-ltv-files-to-testv-dir
    - make clean
    - make -j
    ### prepare pytest
@@ -945,7 +944,6 @@ ivas-interop-on-merge-request:
    - *get-commits-behind-count
    - *check-commits-behind-count-in-compare-jobs
    - *merge-request-comparison-setup-codec
    - *copy-ltv-files-to-testv-dir
    # the next line is dependent on ref-using-main flag in the other tests, but here the flag does not make sense
    - git checkout $source_branch_commit_sha

@@ -1243,7 +1241,6 @@ codec-comparison-on-main-push:
    - *get-previous-merge-commit-sha # Stored in previous_merge_commit shell variable now
    - echo "Comparing changes from $previous_merge_commit to $latest_commit"
    - git --no-pager diff --stat $previous_merge_commit..$latest_commit
    - *copy-ltv-files-to-testv-dir

    # Rest is more or less placeholder adapted from MR self test. This should be replaced with more complex tests.