Skip to content

Commit

Permalink
ignore AQE tests temporarily (NVIDIA#491)
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Grove <andygrove@nvidia.com>
  • Loading branch information
andygrove authored Jul 31, 2020
1 parent 14cf7d8 commit 3f11229
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
*/
package com.nvidia.spark.rapids.tests.mortgage

import org.scalatest.Ignore

@Ignore
class MortgageAdaptiveSparkSuite extends MortgageSparkSuite {
override def adaptiveQueryEnabled: Boolean = true
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
*/
package com.nvidia.spark.rapids.tests.tpch

import org.scalatest.Ignore

// we need the AQE suites to have unique names so that they don't overwrite
// surefire results from the original suites
@Ignore
class TpchLikeAdaptiveSparkSuite extends TpchLikeSparkSuite {
override def adaptiveQueryEnabled: Boolean = true
}

0 comments on commit 3f11229

Please sign in to comment.