Skip to content

Commit 0c4ce47

Browse files
committed
remove the test failing the build
1 parent c7023d7 commit 0c4ce47

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

AmplifyPlugins/Analytics/Tests/AnalyticsHostApp/AWSPinpointAnalyticsPluginIntegrationTests/AWSPinpointAnalyticsPluginIntegrationTests.swift

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -94,21 +94,6 @@ class AWSPinpointAnalyticsPluginIntergrationTests: XCTestCase {
9494
try await endpointClient.updateEndpointProfile(with: currentProfile)
9595
}
9696

97-
/// Run this test when the number of endpoints for the userId exceeds the limit.
98-
/// The profile should have permissions to run the "mobiletargeting:DeleteUserEndpoints" action.
99-
func skip_testDeleteEndpointsForUser() async throws {
100-
let userId = "userId"
101-
let applicationId = await endpointClient().currentEndpointProfile().applicationId
102-
let deleteEndpointsRequest = DeleteUserEndpointsInput(applicationId: applicationId,
103-
userId: userId)
104-
do {
105-
let response = try await pinpointClient().deleteUserEndpoints(input: deleteEndpointsRequest)
106-
XCTAssertNotNil(response.endpointsResponse)
107-
} catch {
108-
XCTFail("Unexpected error when attempting to delete endpoints")
109-
}
110-
}
111-
11297
/// Given: Analytics plugin
11398
/// When: An analytics event is recorded and flushed
11499
/// Then: Flush Hub event is received

0 commit comments

Comments
 (0)