I am working on Mobile app automation in VSTS using xamarin. Code was successfully executed on the local emulator, but while pushing to the appcenter from command line i am facing error Test Chunking failed
.
I tried with admin privileges also, still i face issue can i know the solution.
Asked
Active
Viewed 375 times
0

Chandra Sekhar Y
- 550
- 3
- 9
2 Answers
0
Are there any further information? At the moment it sounds like the same problem that appeared at the official Xamarin forums.

tequila slammer
- 2,821
- 1
- 18
- 25
0
For me, what did the trick was to change the target framework of the Xamarin UI tests project to .Net Framework v4.6.1 (net461
).

Aly Elhaddad
- 1,913
- 1
- 15
- 31