[tracker-miners/sam/libav-testing: 11/12] functional-tests: Remove AAC writeback test




commit a1b344c8e2d53ebf7e1b1089ce8d869456fb1e94
Author: Sam Thursfield <sam thursfield codethink co uk>
Date:   Thu Sep 1 13:40:46 2022 +0200

    functional-tests: Remove AAC writeback test
    
    This was actually going via the XMP video/mp4 writeback code path,
    which is not useful. Further in Fedora 36 it seems impossible to
    get the avdec_aac GStreamer element to work so the test fails for
    lack of an MP4 extract module.

 .../test-writeback-data/writeback-test-8.mp4           | Bin 234051 -> 0 bytes
 tests/functional-tests/writeback-audio.py              |   3 ---
 2 files changed, 3 deletions(-)
---
diff --git a/tests/functional-tests/writeback-audio.py b/tests/functional-tests/writeback-audio.py
index a4555afdf..5b8b4e46c 100755
--- a/tests/functional-tests/writeback-audio.py
+++ b/tests/functional-tests/writeback-audio.py
@@ -52,8 +52,5 @@ class WritebackAudioTest(fixtures.TrackerWritebackTest):
     def test_writeback_flac(self):
         self._writeback_test(self.datadir_path('writeback-test-7.flac'))
 
-    def test_writeback_aac(self):
-        self._writeback_test(self.datadir_path('writeback-test-8.mp4'))
-
 if __name__ == "__main__":
     fixtures.tracker_test_main()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]