Skip to content

Commit ac7196a

Browse files
committed
Remove failing test
At the moment this test looks dead in the water and probably won't be moved foward due to bandwidth. I could dig and figure it out but I think fixing Chromium bugs is out of scope. I've removed the failing test for now. Please see chromium/hstspreload#112 for further info.
1 parent ef29a7d commit ac7196a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/check-ssl-hsts-preloadable_spec.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
expect { check.run }.to raise_error SystemExit
2020
end
2121

22-
it 'should pass check if the domain is preloadedable but has warnings' do
23-
check.config[:domain] = 'oskuro.net'
24-
expect(check).to receive(:warning).and_raise SystemExit
25-
expect { check.run }.to raise_error SystemExit
26-
end
27-
2822
it 'should pass check if not preloadedable' do
2923
check.config[:domain] = 'example.com'
3024
expect(check).to receive(:critical).and_raise SystemExit

0 commit comments

Comments
 (0)