Skip to content

Commit

Permalink
Merge pull request #2192 from arunans23/master
Browse files Browse the repository at this point in the history
Temporarily disable unstable testcases
  • Loading branch information
arunans23 authored Jun 17, 2024
2 parents 4961527 + 6144b1b commit 8eec528
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ private static void populateTemplateSamples() {

private static void populateTransportSamples() {
sampleClassRepo.put("268", Sample268.class);
sampleClassRepo.put("10102", Sample10102.class);
sampleClassRepo.put("10103", Sample10103.class);
// sampleClassRepo.put("10102", Sample10102.class);
// sampleClassRepo.put("10103", Sample10103.class);
}
}

0 comments on commit 8eec528

Please sign in to comment.