user-agent-ios icon indicating copy to clipboard operation
user-agent-ios copied to clipboard

Fix Failing Keychain Tests

Open winsmith opened this issue 5 years ago • 0 comments

The following tests fail on CI and have been disabled:

Failing tests:
	ClientTests:
		ProfileTest.testNewProfileClearsExistingAuthenticationInfo()
		TestBookmarks.testNewProfileClearsExistingAuthenticationInfo()
		TestFavicons.testNewProfileClearsExistingAuthenticationInfo()
		TestHistory.testNewProfileClearsExistingAuthenticationInfo()
	SharedTests:
		AuthenticationKeychainInfoTests.testEncodingAndDecoding()
		AuthenticationKeychainInfoTests.testNilIntervalsArentZero()

Investigate the reason behind the failure and fix it. Most likely a signing + keychain thing

re #63

winsmith avatar Aug 21 '19 07:08 winsmith