Skip to content

Commit

Permalink
Marked lightFalloff() ref tests as known failures [#1691]
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuck committed Oct 3, 2011
2 parents ef661ff + 9daec8a commit b18b804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ref/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ var tests = [
{ path: "material-amb-pcolor.pde", tags: ["3D"] },

// Falloff
{ path: "falloff-amb-1.pde", tags: ["3D"] },
{ path: "falloff-amb-2.pde", tags: ["3D"] },
{ path: "falloff-amb-1.pde", tags: ["3D"], knownFailureTicket: "1678" },
{ path: "falloff-amb-2.pde", tags: ["3D"], knownFailureTicket: "1678" },
{ path: "falloff-amb-3.pde", tags: ["3D"], knownFailureTicket: "1678" }
];

0 comments on commit b18b804

Please sign in to comment.