inspec/lib
James Stocks d94d56c4b9 Ignore intermittent test teardown error
Occasionally when the `isolated` tests run in CI, this error is seen:

```
inspec-reporter-html2::when run on a basic profile#test_0002_should produce valid HTML:
Errno::ENOENT: No such file or directory @ apply2files - /tmp/temp20200625-1802-2izu7e.html
    /usr/local/lib/ruby/2.6.0/fileutils.rb:1437:in `unlink'
    /usr/local/lib/ruby/2.6.0/fileutils.rb:1437:in `block in remove_file'
    /usr/local/lib/ruby/2.6.0/fileutils.rb:1442:in `platform_support'
    /usr/local/lib/ruby/2.6.0/fileutils.rb:1436:in `remove_file'
    /usr/local/lib/ruby/2.6.0/fileutils.rb:775:in `remove_file'
    /usr/local/lib/ruby/2.6.0/fileutils.rb:562:in `block in rm'
    /usr/local/lib/ruby/2.6.0/fileutils.rb:561:in `each'
    /usr/local/lib/ruby/2.6.0/fileutils.rb:561:in `rm'
    lib/plugins/inspec-reporter-html2/test/functional/inspec_reporter_html2_test.rb:9:in `teardown'
```

It should be OK to ignore the failure to delete the test file - the issue doesn't reproduce on laptops, and CI uses clean VMs each time.

Signed-off-by: James Stocks <jstocks@chef.io>
2020-06-26 09:23:21 +01:00
..
bundles Reworked Resource.__register's metaprogramming to be as small as possible. 2020-02-03 14:41:37 -08:00
inspec Bump version to 4.21.1 by Chef Expeditor 2020-06-25 10:28:16 +00:00
matchers Added --inspect option to inspect shell command. 2020-01-28 14:52:04 -08:00
plugins Ignore intermittent test teardown error 2020-06-26 09:23:21 +01:00
resource_support Tweak for aws resources to determine if they're still under test. 2020-02-03 14:41:37 -08:00
resources Switched chefstyle back to Layout/AlignArguments=with_first_argument. 2019-11-08 12:57:43 -08:00
source_readers When archiving with --airgap, warm the vendor cache from any available local archives 2020-01-03 14:15:04 -05:00
inspec.rb Make inspec much faster for most commands. 2019-09-04 15:44:26 -07:00