Skip to content

Commit

Permalink
Remove a test which exceeds memory limits
Browse files Browse the repository at this point in the history
This will allow to avoid test failure reported in #2377 in
stable-4.9 branch. The fix in the master branch will be done
differently. This test is duplicated in benchmarks, so we will
monitor its status there.
  • Loading branch information
Alexander Konovalov authored and fingolfin committed Apr 26, 2018
1 parent ae5aa31 commit f217bb6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tst/testextra/grpauto.tst
Original file line number Diff line number Diff line change
Expand Up @@ -93,18 +93,6 @@ gap> G:=Group((1,3,8,21,37,43,36,35)(2,6,15,30,41,29,19,4)(5,7,18,34,46,
gap> Size(AutomorphismGroup(G));
2880000

#
# hard-iso4
#
gap> G:=PcGroupCode(
> 741231213963541373679312045151639276850536621925972119311,11664);;
gap> H:=PcGroupCode(
> 888658311993669104086576972570546890038187728096037768975,11664);;
gap> IsomorphismGroups(G,H);
fail
gap> IsomorphismGroups(G,PcGroupCode(CodePcGroup(G),Size(G)))=fail;
false

# permutation example
gap> gp1:=Group(
> (1,23,6,64,38)(2,42,18,19,11)(3,7,30,49,50)(4,14,20,45,46)(5,9,21,41,58,34,
Expand Down

0 comments on commit f217bb6

Please sign in to comment.