about summary refs log tree commit diff
path: root/pkgs/applications/science/math/sage/patches/disable-slow-glpk-test.patch
blob: c04463e7e99c4a72c3c789aee2cff01fd84ec781 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/src/sage/graphs/generic_graph.py b/src/sage/graphs/generic_graph.py
index 0070705f78..ac19818f1b 100644
--- a/src/sage/graphs/generic_graph.py
+++ b/src/sage/graphs/generic_graph.py
@@ -6699,12 +6699,6 @@ class GenericGraph(GenericGraph_pyx):
             sage: G = DiGraph(d6, format='dig6')
             sage: G.edge_connectivity()
             5
-            sage: G.edge_disjoint_spanning_trees(5)  # long time
-            [Digraph on 28 vertices,
-             Digraph on 28 vertices,
-             Digraph on 28 vertices,
-             Digraph on 28 vertices,
-             Digraph on 28 vertices]
 
         Small cases::