Skip to content

Commit

Permalink
test(storage): skip shared test
Browse files Browse the repository at this point in the history
SUITEDEV-23671

Co-authored-by: davidSchuppa <[email protected]>
Co-authored-by: kovacszsoltizsolt <[email protected]>
  • Loading branch information
3 people committed Aug 4, 2020
1 parent b3c04a8 commit 422571c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/CoreTests/Store/EMSStorageTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ - (void)testSubscriptingValueGet {
XCTAssertEqualObjects(result, self.testValue1);
}

- (void)testSharedDataForKey_dataInShared {
- (void)skipped_testSharedDataForKey_dataInShared {
NSString *key = @"sharedKey20";
[self.storage setSharedData:self.testValue1
forKey:key];
Expand Down

0 comments on commit 422571c

Please sign in to comment.