8187636: Mark MetaCallback.java as failing intermittently

Reviewed-by: serb, prr
This commit is contained in:
Joe Darcy 2017-09-18 13:33:29 -07:00
parent 6648232e22
commit a77b330635

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -36,6 +36,7 @@ import javax.sound.midi.Track;
* @test
* @bug 4347135
* @summary MIDI MetaMessage callback inconsistent
* @key intermittent
* @run main/othervm MetaCallback
*/
public class MetaCallback implements MetaEventListener {