Skip to content

Commit 8a5f8cc

Browse files
committed
add skip for flaky test
1 parent a18ce08 commit 8a5f8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/integration/selenium/webdriver/fedcm_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module FedCM
5050
expect(dialog.title).to eq('Sign in to localhost with localhost')
5151
end
5252

53-
it 'returns the subtitle' do
53+
it 'returns the subtitle', skip: 'Investigate flakiness only on pipeline' do
5454
expect(dialog.subtitle).to be_nil
5555
end
5656

0 commit comments

Comments
 (0)