From ea65649548d708aabe2b4568aa712ef3e8e58ff2 Mon Sep 17 00:00:00 2001 From: Donghyun Kim Date: Tue, 9 Aug 2022 15:08:13 +0900 Subject: [PATCH] Remove: test_windows_joblinks function for test --- test/test_volatility.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/test_volatility.py b/test/test_volatility.py index 1126aa9d7..515bef1cc 100644 --- a/test/test_volatility.py +++ b/test/test_volatility.py @@ -203,11 +203,6 @@ def test_windows_devicetree(image, volatility, python): assert out.find(b"FILE_DEVICE_DISK_FILE_SYSTEM") != -1 assert rc == 0 -def test_windows_joblinks(image, volatility, python): - rc, out, err = runvol_plugin("windows.joblinks.JobLinks", image, volatility, python) - - assert rc == 0 - # LINUX def test_linux_pslist(image, volatility, python):