Skip to content

Commit

Permalink
Temporarily disable unstable testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
arunans23 committed Jun 17, 2024
1 parent 4961527 commit 6144b1b
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 6144b1b

Please sign in to comment.