Skip to content

Commit

Permalink
Do not run protocol.tst as a part of the default test
Browse files Browse the repository at this point in the history
We will continue to run it on Travis CI, but not as a part of the
test specified in PackageInfo.g file. The reason for this is that
IO_Fork creates two processes running the same test, and then both
indicate that the test has been completed, confusing tests of the
GAP release candidate.
  • Loading branch information
Alexander Konovalov authored and alex-konovalov committed Feb 20, 2019
1 parent df33456 commit 9d2d0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Dependencies := rec(

AvailabilityTest := ReturnTrue,

TestFile := "tst/testall.g",
TestFile := "tst/basic.tst",

Keywords := [ "Jupyter", "User Interface" ],

Expand Down

0 comments on commit 9d2d0f9

Please sign in to comment.