Skip to content
Closed
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ import org.json.JSONException
import org.junit.Assert
import org.junit.Before
import org.junit.BeforeClass
import org.junit.Ignore
import org.junit.Test

class PinpointAnalyticsInstrumentationTest {
Expand Down Expand Up @@ -267,6 +268,7 @@ class PinpointAnalyticsInstrumentationTest {
* similar to testIdentifyUserWithDefaultProfile, but it adds user attributes in addition
* to the endpoint attributes.
*/
@Ignore("Auth issue causing inconsistency in this test")
@Test
fun testIdentifyUserWithUserAttributes() {
val location = testLocation
Expand Down