Skip to content

Commit

Permalink
skip no-longer reelevant tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joheredi committed Jun 25, 2024
1 parent 9a3eea8 commit 3f3bcf4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/typespec-ts/test/modularUnit/serializeUtil.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import {
} from "../util/emitUtil.js";
import { assertEqualContent } from "../util/testUtil.js";

describe("modular special union serialization", () => {
// Replaced with new serializers
describe.skip("modular special union serialization", () => {
it("shouldn't generate serialize util or as any if there's no special union variant without discriminator", async () => {
const tspContent = `
model WidgetData0 {
Expand Down Expand Up @@ -331,7 +332,7 @@ describe("modular special union serialization", () => {
);
});

it("should not generate serialize util but generate as any if there's a special union variant of model with datatime property without discriminator", async () => {
it.skip("should not generate serialize util but generate as any if there's a special union variant of model with datatime property without discriminator", async () => {
const tspContent = `
model WidgetData0 {
fooProp: string;
Expand Down

0 comments on commit 3f3bcf4

Please sign in to comment.