diff options
| author | Alon Zakai <alonzakai@gmail.com> | 2011-12-21 17:48:38 -0800 |
|---|---|---|
| committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-21 17:48:38 -0800 |
| commit | c19c8988fc05826e531c166cd00000723b8c823d (patch) | |
| tree | 08497b25cb72e261b89d1c997171507f87785c6e | |
| parent | 34ced84a7abc26b9c14b1470b6d5422350b2c447 (diff) | |
disable fasta_t2 benchmark for now
| -rw-r--r-- | tests/runner.py | 2 |
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): |
