aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-21 17:48:38 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-21 17:48:38 -0800
commitc19c8988fc05826e531c166cd00000723b8c823d (patch)
tree08497b25cb72e261b89d1c997171507f87785c6e /tests/runner.py
parent34ced84a7abc26b9c14b1470b6d5422350b2c447 (diff)
disable fasta_t2 benchmark for now
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index d543daef..346eba2f 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -5473,7 +5473,7 @@ elif 'benchmark' in str(sys.argv):
def test_fasta(self):
self.fasta()
- def test_fasta_t2(self):
+ def zzztest_fasta_t2(self):
self.fasta(emcc_args=['-s', 'USE_TYPED_ARRAYS=2', '-s', 'QUANTUM_SIZE=4'])
def test_skinning(self):