Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
liberty-tunnel-ios
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liberty
tunnel
liberty-tunnel-ios
Commits
52e57934
Commit
52e57934
authored
Dec 04, 2020
by
Jose Blaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable some tests for messages until we enable the feature
parent
76c04079
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
PIA VPNTests/Core/Messages/PIACommandTests.swift
PIA VPNTests/Core/Messages/PIACommandTests.swift
+4
-4
No files found.
PIA VPNTests/Core/Messages/PIACommandTests.swift
View file @
52e57934
...
...
@@ -45,14 +45,14 @@ class PIACommandTests: XCTestCase {
}
func
testReadMessages
()
throws
{
/* Skip test until we activate the messages
MessagesManager.shared.refreshMessages()
XCTAssertNotNil(MessagesManager.shared.availableMessage())
*/
}
func
testDismissMessages
()
throws
{
/* Skip test until we activate the messages
MessagesManager.shared.refreshMessages()
XCTAssertNotNil(MessagesManager.shared.availableMessage())
...
...
@@ -62,7 +62,7 @@ class PIACommandTests: XCTestCase {
MessagesManager.shared.refreshMessages()
XCTAssertNil(MessagesManager.shared.availableMessage())
*/
}
func
testCommandAction
()
throws
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment