Skip to content

Commit f3930dc

Browse files
committed
Merge branch 'main' of https://github.com/aarnott/Library.Template into auto/libtemplateUpdate
2 parents c273e6a + c4de4d0 commit f3930dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
* There should generally be one test project (under the `test` directory) per shipping project (under the `src` directory). Test projects are named after the project being tested with a `.Test` suffix.
1616
* Tests should use the Xunit testing framework.
17+
* Some tests are known to be unstable. When running tests, you should skip the unstable ones by running `dotnet test --filter "TestCategory!=FailsInCloudTest"`.
1718

1819
## Coding style
1920

0 commit comments

Comments
 (0)