You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginIntegrationTests/DataStoreEndToEndTests.swift
-100Lines changed: 0 additions & 100 deletions
Original file line number
Diff line number
Diff line change
@@ -479,106 +479,6 @@ class DataStoreEndToEndTests: SyncEngineIntegrationTestBase {
479
479
tryawaitAmplify.DataStore.start()
480
480
}
481
481
482
-
/// Perform concurrent saves and observe the data successfuly synced from cloud. Then delete the items afterwards
483
-
/// and ensure they have successfully synced from cloud
484
-
///
485
-
/// - Given: DataStore is in ready state
486
-
/// - When:
487
-
/// - Concurrently perform Save's
488
-
/// - Then:
489
-
/// - Ensure the expected mutation event with version 1 (synced from cloud) is received
490
-
/// - Clean up: Concurrently perform Delete's
491
-
/// - Ensure the expected mutation event with version 2 (synced from cloud) is received
0 commit comments