Skip to content

Commit

Permalink
testing tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Jan 13, 2025
1 parent 927f177 commit e9f3a08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class PythonTestModels extends TestModelTest {
DISABLED_TESTS.add("SimpleTypes/SimpleFloat");
DISABLED_TESTS.add("SimpleTypes/SimpleShort");
DISABLED_TESTS.add("SimpleTypes/SimpleTimestamp");
DISABLED_TESTS.add("Streaming");
DISABLED_TESTS.add("SQSExtended");
DISABLED_TESTS.add("aws-sdks/ddb-lite");
DISABLED_TESTS.add("aws-sdks/glue");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ class RustTestModels extends TestModelTest {

@ParameterizedTest
@MethodSource("discoverTestModels")
void testModelsForRust(String relativeTestModelPath) {
protected void testModels(String relativeTestModelPath) {
super.testModels(relativeTestModelPath);

Assumptions.assumeFalse(DISABLED_TESTS.contains(relativeTestModelPath));

Path testModelPath = getTestModelPath(relativeTestModelPath);
Expand Down

0 comments on commit e9f3a08

Please sign in to comment.