Help getting tests to run. #12566
-
Hey all, I'm sure I'm being an idiot here, I've never worked on an open source project before. Building Test Projects ========== Starting test run ========== /snip What am I doing wrong here? Dru |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nevermind. Took me longer than I'd care to admit, but found the culprit was actually this setting in the AssemblyInfo.cs No idea whats causing the nuget error above though. |
Beta Was this translation helpful? Give feedback.
Nevermind. Took me longer than I'd care to admit, but found the culprit was actually this setting in the AssemblyInfo.cs
[assembly: DisableTests(Skip = "Weaviate tests are failing on the build server with connection reset errors, but passing locally.")]
No idea whats causing the nuget error above though.