Skip to content

Commit

Permalink
Revert "Cok retry induction tests (dafny-lang#3307)" (dafny-lang#3364)
Browse files Browse the repository at this point in the history
I see nightly is failing again:
https://github.com/dafny-lang/dafny/actions/runs/3909011490/jobs/6679674161

I'm guessing it's because of the following commit, since that's what
caused the exact same issue, namely the win-4 run timing out, so I'll
revert that: 790bf78.

<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT
license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>
  • Loading branch information
keyboardDrummer authored and davidcok committed Jan 20, 2023
1 parent a472528 commit 9811ada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/IntegrationTests/LitTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ public LitTests(ITestOutputHelper output) {

[FileTheory]
[FileData(Includes = new[] { "**/*.dfy", "**/*.transcript" },
Excludes = new[] { "**/Inputs/**/*", "**/Output/**/*"
Excludes = new[] { "**/Inputs/**/*", "**/Output/**/*",
"examples/induction-principle-code/*"
})]
public void LitTest(string path) {
LitTestCase.Run(path, Config, output);
Expand Down

0 comments on commit 9811ada

Please sign in to comment.