Skip to content

Commit 49857c0

Browse files
authored
Merge pull request #1247 from dotnet/auto/libtemplateUpdate
Merge latest Library.Template
2 parents c273e6a + f3930dc commit 49857c0

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)