Skip to content

Commit

Permalink
disable test for file read
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkokotila committed Apr 20, 2024
1 parent 23bde18 commit f0ff665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/commands/test_analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ def test_analyze(scan_object):
r = talos.Reporting(scan_object)

# read from file
list_of_files = glob.glob('./test_latest/' + '/*.csv')
#list_of_files = glob.glob('./test_latest/' + '/*.csv')

r = talos.Reporting(list_of_files[-1])
#r = talos.Reporting(list_of_files[-1])

# and then from scan object
r = talos.Analyze(scan_object)
Expand Down

0 comments on commit f0ff665

Please sign in to comment.